Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 343 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 343 Bytes

esp32-simple-ulp

A very simple example on how to use the ULP, the low-power coprocessor integrated into the ESP32

This example runs on a ESP32-WROVER-KIT V3. The main core blinks the bleue LED, while the ULP blinks the green LED, both of them using a very simple infinite loop.

See https://codingfield.com/en/?p=986 for more informations!