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

Enum #109

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

Enum #109

wants to merge 14 commits into from

Commits on Nov 26, 2015

  1. Python 2/3 support

    s-celles committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    bf2e4e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    21e9a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9eb2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    757f904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b37237 View commit details
    Browse the repository at this point in the history
  5. pep8 fixes

    lamenezes authored and s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    f68298b View commit details
    Browse the repository at this point in the history
  6. Adds method pin.is_analog

    lamenezes authored and s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    0857ac0 View commit details
    Browse the repository at this point in the history
  7. Fixes the usage of filters on routing

    lamenezes authored and s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    d5aad1a View commit details
    Browse the repository at this point in the history
  8. Improves url handling with HTTPBoard

    lamenezes authored and s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    4721c35 View commit details
    Browse the repository at this point in the history
  9. Fixes route in pingo server

    lamenezes authored and s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    ab1f2a5 View commit details
    Browse the repository at this point in the history
  10. pep8 fixes

    lamenezes authored and s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    5ea737f View commit details
    Browse the repository at this point in the history
  11. Stop blinking shouldn't always switch off led

    It should fix pingo-io#104
    
    When led was on and user ask led to blink 3 times (for example), led shouldn't be switched off but should fallback to initial state (before blinking)
    scls19fr authored and s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    7addd83 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56464b8 View commit details
    Browse the repository at this point in the history
  13. Enum for states and modes

    s-celles committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    c6bb567 View commit details
    Browse the repository at this point in the history