Update 'README.md'

This commit is contained in:
rra 2020-11-19 06:30:04 +01:00
parent 5a4d19dfc5
commit b4447517ab

View File

@ -29,6 +29,7 @@ Hardware required:
Using an LDR to set the values of an LED, also smoothing and constraining sensor values in the process
Hardware required:
* LDR
* LED
* 330 ohm resistor
@ -47,8 +48,8 @@ To change the look of the HTML page, have a look at the folder `template`
## remoteGpioFromHome.py
Interact with an LED using remote-gpio.
Interact with an LED using remote-gpio. This allows you to write python code on your own laptop but to use sensors and actuators on the Pi.
## remoteGpioFromPi.py
Read buttons on different Pis in the VPN to trigger an LED
Read buttons on different Pis in the VPN to trigger an LED.