first commit

This commit is contained in:
pandacraft 2025-03-21 16:04:17 +01:00
commit a5a0434432
1126 changed files with 439481 additions and 0 deletions

View 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)