This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am ndusart on github. | |
| * I am ndusart (https://keybase.io/ndusart) on keybase. | |
| * I have a public key whose fingerprint is 47AF BF37 529A CA0C 83F4 F656 7D2A 327F 630B BC28 | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int latchPin = 4; | |
| int dataPin = 7; | |
| int clockPin= 5; | |
| #define BT_A 0x01 | |
| #define BT_B 0x02 | |
| #define SELECT 0x04 | |
| #define START 0x08 | |
| #define ARROW_UP 0x10 | |
| #define ARROW_DOWN 0x20 |