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
/** | |
RoboBrrd Voice Commands | |
This script uses the corresponding Processing script to send voice commands to the RoboBrrd | |
*/ | |
#include <Streaming.h> | |
const int pinStatus = 13; // Status Pin | |
const int pinR = 3; // R Pin |
NewerOlder