Add attachAnalog function; #51

Open
kowmat wants to merge 1 commits from kowmat/master into master
kowmat commented 2019-04-11 16:16:46 +03:00 (Migrated from github.com)

attachAnalog receives analog pin and threshold;
Returns true if set threshold is surpassed;

attachAnalog receives analog pin and threshold; Returns true if set threshold is surpassed;
milesfrankland commented 2019-04-11 16:22:06 +03:00 (Migrated from github.com)

Nice feature!

Bounce on, and off value would accompany this really nicely so you can change the debounce on time and off time independently

Nice feature! Bounce on, and off value would accompany this really nicely so you can change the debounce on time and off time independently
This pull request has changes conflicting with the target branch.
  • src/Bounce2.cpp
  • src/Bounce2.h
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin kowmat/master:kowmat/master
git checkout kowmat/master
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/thomasfredericks_Bounce2#51