From 81e013a84e7f342db84765f1cef995883a9d3a15 Mon Sep 17 00:00:00 2001 From: wolfen351 Date: Tue, 2 Apr 2024 20:07:01 +1300 Subject: [PATCH 1/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f59780e..21c7a84 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Many other boards will probably work too! ## Supported Modules -* ac_remote - This presents a simple UI on a touchscreen (ILI9341 XPT2046) to be the remote control unit for a air conditioner. -* binary_clock - This presents a nice little binary clock UI on a touchscreen (). -* builtin_button - This exposes the built in button on many of these development boards to mqtt etc -* dht11 - This reads the temperature and humidity from a DHT11 sensor +* [ac_remote](https://github.com/wolfen351/public-micropython-iot-platform/wiki/ac_remote) - This presents a simple UI on a touchscreen (ILI9341 XPT2046) to be the remote control unit for a air conditioner. +* [binary_clock](https://github.com/wolfen351/public-micropython-iot-platform/wiki/binary_clock) - This presents a nice little binary clock UI on a touchscreen (). +* [builtin_button](https://github.com/wolfen351/public-micropython-iot-platform/wiki/builtin_button) - This exposes the built in button on many of these development boards to mqtt etc +* [dht11]([binary_clock](https://github.com/wolfen351/public-micropython-iot-platform/wiki/dht11) - This reads the temperature and humidity from a DHT11 sensor * dht22 - This reads the temperature and humidity from a DHT22 sensor * ds18b20 - This reads the temperature from a DS18B20 sensor * four_button - This exposes 4 buttons on a board to mqtt etc (Currently used by the esp32r4v3 board) From 0ef72bddda4765331dd4d95b584ad66a438de6b7 Mon Sep 17 00:00:00 2001 From: wolfen351 Date: Tue, 2 Apr 2024 20:11:22 +1300 Subject: [PATCH 2/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21c7a84..cf858dc 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Many other boards will probably work too! * [ac_remote](https://github.com/wolfen351/public-micropython-iot-platform/wiki/ac_remote) - This presents a simple UI on a touchscreen (ILI9341 XPT2046) to be the remote control unit for a air conditioner. * [binary_clock](https://github.com/wolfen351/public-micropython-iot-platform/wiki/binary_clock) - This presents a nice little binary clock UI on a touchscreen (). * [builtin_button](https://github.com/wolfen351/public-micropython-iot-platform/wiki/builtin_button) - This exposes the built in button on many of these development boards to mqtt etc -* [dht11]([binary_clock](https://github.com/wolfen351/public-micropython-iot-platform/wiki/dht11) - This reads the temperature and humidity from a DHT11 sensor -* dht22 - This reads the temperature and humidity from a DHT22 sensor -* ds18b20 - This reads the temperature from a DS18B20 sensor +* [dht11](https://github.com/wolfen351/public-micropython-iot-platform/wiki/dht11) - This reads the temperature and humidity from a DHT11 sensor +* [dht22](https://github.com/wolfen351/public-micropython-iot-platform/wiki/dht22) - This reads the temperature and humidity from a DHT22 sensor +* [ds18b20](https://github.com/wolfen351/public-micropython-iot-platform/wiki/ds18b20) - This reads the temperature from a DS18B20 sensor * four_button - This exposes 4 buttons on a board to mqtt etc (Currently used by the esp32r4v3 board) * four_relay - This exposes 4 relays on a board to mqtt etc (Currently used by the esp32r4v3 board) * gps - This reads the GPS data from a GPS module From a9e53dfb7fd2860855cab58591ac5951e8d8d8ac Mon Sep 17 00:00:00 2001 From: wolfen351 Date: Tue, 2 Apr 2024 20:14:14 +1300 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf858dc..0309105 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Many other boards will probably work too! * [dht11](https://github.com/wolfen351/public-micropython-iot-platform/wiki/dht11) - This reads the temperature and humidity from a DHT11 sensor * [dht22](https://github.com/wolfen351/public-micropython-iot-platform/wiki/dht22) - This reads the temperature and humidity from a DHT22 sensor * [ds18b20](https://github.com/wolfen351/public-micropython-iot-platform/wiki/ds18b20) - This reads the temperature from a DS18B20 sensor -* four_button - This exposes 4 buttons on a board to mqtt etc (Currently used by the esp32r4v3 board) -* four_relay - This exposes 4 relays on a board to mqtt etc (Currently used by the esp32r4v3 board) +* [four_button](https://github.com/wolfen351/public-micropython-iot-platform/wiki/four_button) - This exposes 4 buttons on a board to mqtt etc (Currently used by the esp32r4v3 board) +* [four_relay](https://github.com/wolfen351/public-micropython-iot-platform/wiki/four_relay) - This exposes 4 relays on a board to mqtt etc (Currently used by the esp32r4v3 board) * gps - This reads the GPS data from a GPS module * home_assistant - This sends data and receives commands to/from a home assistant instance via mqtt (Auto discovery etc is supported) * ledstrip - This controls a WS2812B LED strip From 0d88230948e25b83cf46b3ce0a4c030cdf2f38c4 Mon Sep 17 00:00:00 2001 From: Iain Prior Date: Sat, 6 Apr 2024 17:40:23 +1300 Subject: [PATCH 4/4] updated wiki --- public-micropython-iot-platform.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-micropython-iot-platform.wiki b/public-micropython-iot-platform.wiki index 603c834..7a87814 160000 --- a/public-micropython-iot-platform.wiki +++ b/public-micropython-iot-platform.wiki @@ -1 +1 @@ -Subproject commit 603c8345b5acd1b80a5aeb4891ae7ab62da7b7b5 +Subproject commit 7a87814cd93bd491dc9887a79d2c168a460a9989