From 5a4d19dfc5b56a76ede45aade325cdfdbadfbbeb Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 18 Nov 2020 07:59:44 +0100 Subject: [PATCH] updated readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbd64bc..a15347d 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ Install python3-gpiozero `$ sudo apt update && sudo apt install python3-gpiozero` -##analogSensor.py +All of these examples are based on [the excellent documentation of the gpiozero library](https://gpiozero.readthedocs.io/en/stable/index.html) + +## analogSensor.py How to read analog values using a MCP3008 ADC (analog to digital converter) -##distanceSensor.py +## distanceSensor.py Using HC-SRO4 distance sensor @@ -22,7 +24,7 @@ Hardware required: * 330 & 470 ohm resistors * HC-SRO4 Distance sensor -##ldrLed.py +## ldrLed.py Using an LDR to set the values of an LED, also smoothing and constraining sensor values in the process