Add ULP-FSM related examples

This commit is contained in:
LILYGO_L 2024-05-25 15:06:39 +08:00 committed by GitHub
parent 9615a6b484
commit 612f8dd853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,8 +38,8 @@
├── tft # TFT_eSPI example
├── touch_test # Capacitive touch test example
├── usb_hid_pad # Capacitive Touch Screen Simulation USB HID Example
├── ULP_ADC # Example of ADC detection for ULP-FSM(arduino_esp32 version: 3.0.0-rc3)
└── ULP_Count # Example of register counting for ULP-FSM(arduino_esp32 version: 3.0.0-rc3)
├── ULP_ADC # Example of ADC detection for ULP-FSM(arduino_esp32 version: 3.0.0-rc3)
└── ULP_Count # Example of register counting for ULP-FSM(arduino_esp32 version: 3.0.0-rc3)
```
## 3⃣ PlatformIO Quick Start (Recommended)