Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 639 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 639 Bytes

Blink Example

This project starts a FreeRTOS task to blink an LED.

  • The green led is on when #GPIO 3# pin is set to 1
  • The blue led on the MCU board is on when I make a debug output to the console by printf(...) function (yep, this architecture let programmers to write to the console and to grab output by the IDE).

The project in vivo:

The ESP32 Microcontroller pinout:

The device description.

The next proxect in my MCU way is ESP32-02-OLed-SSD1366.
It's about the connectiong OLED display to the microcontroller.