Page 1 of 1

FreeRtos: cpp and c - blink examples

Posted: Thu Apr 13, 2017 7:07 am
by DL88AI88
Hi there,

one can use freertos on esp32 with c-code as well as with cpp.
To see the slight differences in the code, please find attached a simple blink example for both.
Each example runs two tasks, each task blinks an led.

One can use them as a beginning programming in cpp or c using freertos.

The file originate from this discussion here:
viewtopic.php?f=2&t=1591

@espressif: If you find these examples useful, feel free to add them to your examples at esp-idf on github.

Have fun

DL88AI88