update readme with pin info
This commit is contained in:
parent
e1b488ad35
commit
b398d4e6e2
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -13,8 +13,8 @@ This should work in such a way that the user logs into a web interface where the
|
||||||
- [x] Arduino Uno Rev3
|
- [x] Arduino Uno Rev3
|
||||||
- [x] Heat-Sensor
|
- [x] Heat-Sensor
|
||||||
- [x] Light-Sensor
|
- [x] Light-Sensor
|
||||||
- [x] RC-Transmitter/Receiver
|
- [x] RC-Transmitter (Receiver?)
|
||||||
- [ ] IR-Transmitter/Receiver
|
- [~] IR-Transmitter/Receiver
|
||||||
- [x] RC-Poweroutlets
|
- [x] RC-Poweroutlets
|
||||||
- [x] LEDs
|
- [x] LEDs
|
||||||
|
|
||||||
|
@ -26,3 +26,13 @@ This should work in such a way that the user logs into a web interface where the
|
||||||
- [ ] [mysql](https://www.npmjs.com/package/mysql)
|
- [ ] [mysql](https://www.npmjs.com/package/mysql)
|
||||||
- [x] [Express](http://expressjs.com/)
|
- [x] [Express](http://expressjs.com/)
|
||||||
- [x] [AngularJS](https://angularjs.org/)
|
- [x] [AngularJS](https://angularjs.org/)
|
||||||
|
|
||||||
|
## Pins
|
||||||
|
### Analog
|
||||||
|
A0 - Temperature
|
||||||
|
A1 - Light
|
||||||
|
|
||||||
|
### Digital
|
||||||
|
~3 - IR-Trasmitter
|
||||||
|
4 - LED
|
||||||
|
11 - RC-Trasmitter
|
Reference in a new issue