Skip to content

Instantly share code, notes, and snippets.

View cnburger's full-sized avatar

Neil Burger cnburger

  • Munus International
  • South Africa
  • LinkedIn in/cnburger
View GitHub Profile
@cnburger
cnburger / 1SheeldVoiceTwitFacePoster
Last active August 29, 2015 14:10
Voice Recognizer Posting to Facebook and Twitter via 1sheeld and Arduino
//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