first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
13
Projects/Sensor_Twitter_Feed/README.md
Normal file
13
Projects/Sensor_Twitter_Feed/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#TWEET YOUR VALUES
|
||||
|
||||
This folder contains the code necessary to tweet your sensor values once a minute.
|
||||
|
||||
It requires python-twitter library which you can get by
|
||||
|
||||
**sudo pip install python-twitter**
|
||||
|
||||
Sensors used in this code are:
|
||||
* light sensor on port A1
|
||||
* sound sensor on port A0
|
||||
* temperature and humidity sensor on port D2
|
||||
* LED for visual feedback on port D3 (with PWM)
|
||||
Loading…
Add table
Add a link
Reference in a new issue