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
| <?php | |
| /* Minified Sellenium PHP Driver | |
| * Requires original webdriver to run | |
| * | |
| * Coded By Armagan Corlu aka Psy_chip | |
| * root@psychip.net | |
| * 2012 | |
| * | |
| * + Macro Support | |
| * + minified functions |
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