diff --git a/README.md b/README.md index f2e4636..ea12580 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ This should work in such a way that the user logs into a web interface where the - [x] Heat-Sensor - [x] Light-Sensor - [x] RC-Transmitter (Receiver?) -- [~] IR-Transmitter/Receiver +- [x] IR-Transmitter +- [ ] IR-Receiver - [x] RC-Poweroutlets - [x] LEDs @@ -29,10 +30,14 @@ This should work in such a way that the user logs into a web interface where the ## Pins ### Analog -A0 - Temperature -A1 - Light +|Pin | Function | +|--- |------------- | +|A0 | Temperature | +|A1 | Light | ### Digital -~3 - IR-Trasmitter - 4 - LED - 11 - RC-Trasmitter \ No newline at end of file +|Pin | Function | +|--- |--------------- | +|~3 | IR-Trasmitter | +|4 | LED | +|11 | RC-Trasmitter | \ No newline at end of file