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
| //Not all this code is my code. This code is part of 1Sheeld.com code. It is part of their simple example-Voice Recognizer | |
| /* if you post to much to facebook ant twitter in a short amout of time you wil not be able to post anything for a while*/ | |
| /*Keep by 140 characters when using Twitter otherwize it will not tweet*/ | |
| /* Include 1Sheeld library. */ | |
| #include <OneSheeld.h> | |
| /* Voice commands set by the user. */ | |
| //Voice commands the 1sheeld is going to react to -- Set by the user-- | |
| const char tweetCommand[] = "tweet"; //Change the word in the brackets to your preffered word | |
| const char facebookpostCommand[] = "post on facebook"; //DO NOT USE CAPITALS |