This is my ESP32-C3 project, where I am going to learn about it and add more features to the ESP32-C3 In this repository is my study log/project collection for learning the ESP32-C3.
Log number | Title | Description |
---|---|---|
01 | Blink LED then send text to Serial monitor | Turn LED on/off; print LED on or off to Serial Monitor based on the LED; using digitalWrite() , pinMode() , Serial.begin() , delay() |