ESP32-C3 RC

This commit is contained in:
2025-01-02 01:39:05 -05:00
parent 4e7e9a01ce
commit d7767c64fa
4 changed files with 163 additions and 1 deletions

View File

@@ -744,6 +744,9 @@ static void chip_sensor_init () {
void app_main(void)
{
// Initialize internal temperature sensor
chip_sensor_init();
// Initialize LED
// Used to control the DC motor
ledc_init();