Skip to content

Conversation

@mountain-lion-za
Copy link

Some shields e.g. the DFR0009 by DFRobot
https://wiki.dfrobot.com/LCD_KeyPad_Shield_For_Arduino_SKU__DFR0009
include buttons that pull down to 0 when pressed.
This change adds support for this type of button.

The current master code allows the upper bound (resolution) to be set, but the lower bound is hard coded as 100.

Added _adcLowerBound to class BfButtonManager, with method to set it (setADCBounds).
_adcLowerBound defaults to 100 (current hard coded value).

Some shields e.g. the DFR0009 by DFRobot
https://wiki.dfrobot.com/LCD_KeyPad_Shield_For_Arduino_SKU__DFR0009
Include buttons that pull down to 0V when pressed.
This change adds support for these buttons.
Some shields e.g. the DFR0009 by DFRobot
https://wiki.dfrobot.com/LCD_KeyPad_Shield_For_Arduino_SKU__DFR0009
Include buttons that pull down to 0V when pressed.
This change adds support for these buttons.
Some shields e.g. the DFR0009 by DFRobot
https://wiki.dfrobot.com/LCD_KeyPad_Shield_For_Arduino_SKU__DFR0009
include buttons that pull down to 0V when pressed.
This change adds support for these buttons.
Add note indicating what is modified in this fork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant