First Commit

This commit is contained in:
Alauddin Maulana Hirzan 2024-05-10 19:22:56 +07:00
parent a3d0606c15
commit ca6d48119d
Signed by: maulanahirzan
GPG key ID: 484DAC952787FA13

View file

@ -1,3 +1,15 @@
# A Collection of Example Codes # # 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. 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