Twituino Sample 1
Turn on an LED with Twitter
Twituino can be found at davidlong03/twituino.
To setup your board for this sample place an LED light at pin 13 on your board. Then start up the Arduino code on your board. After the board is running start Twituino with the correct serial port settings and send your tweet. When a tweet comes in the LED light will light up for 15 seconds.
Code tested on Arduino UNO board. Please fork this repo if you test this code on a different board and it works
License
Copyright (C) 2011 David Long
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.