Search found 2 matches

by Insomniac
Fri Feb 21, 2020 11:00 pm
Forum: ESP32 Arduino
Topic: Simple Semaphore as task delay with interrupt
Replies: 1
Views: 4851

Simple Semaphore as task delay with interrupt

Hi, I´m using a vTaskDelay right now to suspend my task for a while, but not being able to unblock before time runs up is a problem. After reading a while, it seems a binary semaphore is a good solution. I have taken a look on the example of xSemaphoreGiveFromISR https://www.freertos.org/a00124.html...
by Insomniac
Fri Nov 23, 2018 3:08 pm
Forum: General Discussion
Topic: Programming ESP32 with VS in C++?
Replies: 1
Views: 3260

Programming ESP32 with VS in C++?

Hi, as a delivery of an ESP32 takes ~4 weeks, I´d like to have a simple question answered :) Sadly, the forum search does not allow "c++", and I did not found my answer on the first few dozen sites. Actually I use Visual Studio MicroBuild extension to program my Arduinos. Now I found "WEMOS Lite V1....