Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davejlong/twituino-sample

Sample Arduino code to make a light blink using Twituino
https://github.com/davejlong/twituino-sample

Last synced: 6 days ago
JSON representation

Sample Arduino code to make a light blink using Twituino

Awesome Lists containing this project

README

        

# Twituino Sample 1
## Turn on an LED with Twitter

Twituino can be found at [davidlong03/twituino](http://github.com/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](http://davejlong.com)

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 .