From 67e0083c16f4f8ea256c147d8020d67a50eb0337 Mon Sep 17 00:00:00 2001 From: ismail Date: Tue, 3 Jun 2025 12:27:38 +0300 Subject: [PATCH] Update README --- examples/gpio/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/gpio/README.md b/examples/gpio/README.md index 04ad433..a37b4cb 100644 --- a/examples/gpio/README.md +++ b/examples/gpio/README.md @@ -1,5 +1,7 @@ # GPIO Example +This example is a modified version of the GPIO example. The modification is made according to the [ESP Rainmaker Multi Device Laboratory](https://redmine.kozmotronik.com.tr/projects/espressif-sistemleri-laboratuvari/wiki/Multi_Device). Briefly, 2 more devices added over the GPIO device: RGB Light and Switch. + ## Build and Flash firmware Follow the ESP RainMaker Documentation [Get Started](https://rainmaker.espressif.com/docs/get-started.html) section to build and flash this firmware. Just note the path of this example.