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
| /* | |
| Serial Relay Controller | |
| Armagan Corlu aka PsyChip | |
| root@psychip.net | |
| April 2015 | |
| */ | |
| const byte NUMBER_OF_PINS = 4; // set number of relays |
NewerOlder