From be87f1807627b80df502ef6799bc80e65b2ff04d Mon Sep 17 00:00:00 2001 From: Owen Carter Date: Wed, 25 Sep 2024 03:45:51 +0200 Subject: [PATCH] Update GPIO-examples.md --- GPIO-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPIO-examples.md b/GPIO-examples.md index 50402ac..edfab2f 100644 --- a/GPIO-examples.md +++ b/GPIO-examples.md @@ -112,8 +112,8 @@ You can see that interface `i2c-0` has a BME280 device at address`0x76`, and a S --------------------------------------------------------- # Python demo -The following is a demo using I2C to read data from a BME280 environmental sensor, and display it on a SSD1306 OLED display. -- It will be expanded with lgpio PWM and pin input/interrupt code later. +`GPIO-demo.py` is a demo using I2C to read data from a BME280 environmental sensor, and then display it on a SSD1306 OLED display. +- It will be expanded with hardware PWM and digital pin input/interrupt code later. - All the install steps here (making the venv, `apt` and `pip`) are tediously slow on the MQ Pro. For the demo we need to install some dependencies via `apt`.