Examples
Each example is a standalone project you can use as a starting point.
| Example | Difficulty | APIs used | Description |
|---|---|---|---|
| Blinky | Beginner | pin, sys | Blink an LED on and off |
| WiFi + Fetch | Intermediate | wifi, fetch, sys | Connect to WiFi and fetch JSON from an API |
| NeoPixel | Intermediate | neopixel | Animated RGB LED strip patterns |
More examples are available in the examples/ directory on GitHub, including PWM, I2C sensors, deep sleep, SNTP time sync, and WiFi access point mode.