From b4447517ab68b7213b82a27040ab42c59188a580 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 19 Nov 2020 06:30:04 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a15347d..fda0084 100644 --- a/README.md +++ b/README.md @@ -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.