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

buttons: resistor ladder / analog buttons support #2357

Merged
merged 11 commits into from
Sep 24, 2020

Commits on Sep 17, 2020

  1. buttons: resistor ladder / analog buttons support

    - Buttons events source as button property instead of a global one
    - AnalogPin to read between a certain `analogRead()` range
    - Refactor `gpio` command, add `gpio 17` to show `analogRead()`
    mcspr committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    b3bbc82 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    ea3269e View commit details
    Browse the repository at this point in the history
  2. try to build analog buttons

    mcspr committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    a6f51fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb9c71e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. fix mcp build

    mcspr committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    980481d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e46a49 View commit details
    Browse the repository at this point in the history
  3. cosmetic

    mcspr committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    639fb8b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. move to adc command

    mcspr committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    f04ec43 View commit details
    Browse the repository at this point in the history
  2. align

    mcspr committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    6baf78a View commit details
    Browse the repository at this point in the history
  3. events_source -> provider

    mcspr committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    328233e View commit details
    Browse the repository at this point in the history
  4. unused params

    mcspr committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    594c5dc View commit details
    Browse the repository at this point in the history