MicroPython-Examples/README.md

16 lines
470 B
Markdown
Raw Permalink Normal View History

2024-05-10 13:26:38 +02:00
# 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.
2024-05-10 14:22:56 +02:00
## 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