Skip to content

Commit

Permalink
Clarification added.
Browse files Browse the repository at this point in the history
  • Loading branch information
fah authored May 20, 2019
1 parent 5fb16e5 commit 0dc7b41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This is the implementation of an idea I've seen in a [reddit](http://www.reddit.



The example uses only 2 pins that have to be pressed in a certain order of 3 presses. After that an output will be activated (HIGH) for 1 second.
The example uses only 2 pins that have to be pressed in a certain order. Here it is pin 11, 13, 11 (to gnd). After that an output will be activated (HIGH) for 1 second.
If the process is interrupted for more then 5 seconds the sequence detector will be reset.

This has been tested with an arduino UNO board. But it is a general solution that will work wit ESP8266 or ESP32 a.s.o.

Extending to any available input ports or modify to use port extender should be very easy.

0 comments on commit 0dc7b41

Please sign in to comment.