Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Micropython support #92

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 18, 2018

  1. drop metaclass and use classmethod

    class method works with __setattr__ and __getattr__, so removing
    the complicated metaclass
    alxwrd committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    b59527e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a697c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db5940d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d7f0e6 View commit details
    Browse the repository at this point in the history
  5. fix class definition

    alxwrd committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    32aee8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    304625e View commit details
    Browse the repository at this point in the history
  7. make micropython friendly

    - collections is renamed ucollections in micropython
    - threading isn't available on all ports of micropython
    - __future__doesn't seem to be available, presumably because
       micropython code isn't meant to be ported between versions
    alxwrd committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    9914cd5 View commit details
    Browse the repository at this point in the history
  8. fix linter issues

    alxwrd committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    812b313 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. extract out pin number checks

    Alex Ward committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    9d96275 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    8c00567 View commit details
    Browse the repository at this point in the history