From ca6d48119deead78f4d993073274eb2380132555 Mon Sep 17 00:00:00 2001 From: Alauddin Maulana Hirzan Date: Fri, 10 May 2024 19:22:56 +0700 Subject: [PATCH] First Commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 965bd2d..a1a62cd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # A Collection of Example Codes # This folder contains many simple codes to access several sensors or peripherals. Need to be noted that this **MAY NOT** work in your board. Always **VERIFY** before using. + +## Currently Available ## +* Example - ADC Reading +* Example - Blynk API +* Example - DHT11 +* Example - HCSR04 Ultrasonic +* Example - I2C LED Display +* Example - MQ9 +* Example - Networking and Clients +* Example - SPI OLED Display +* Example - UART Comms +* Manuals