Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davejlong/twituino-sample
- Owner: davejlong
- License: gpl-3.0
- Created: 2011-07-15T19:55:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-15T20:07:35.000Z (over 13 years ago)
- Last Synced: 2024-04-14T18:35:26.214Z (7 months ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twituino Sample 1
## Turn on an LED with TwitterTwituino 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 .