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
// | |
// To start out we're going to define some things to allow for cleaner code below; let's start with our twitter auth info: | |
// | |
#define TWITTER_OAUTH "ENTER YOUR ACCESS TOKEN HERE" | |
#define LIB_DOMAIN "arduino-tweet.appspot.com" | |
// | |
// lets be good Twitter citizens and limit the number of times our pumpkins tweets when it's calm. Below you can see it's set to | |
// send a calm tweet every 45 minutes at the absolute most. It will send an "alarm" tweet only every minute | |
// |