mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-27 04:01:47 +01:00
Implement semaphore and mutex to safeguard the ISR. This is the proper way to handle hardware Interrupts with FreeRTOS. The more regular approach may/will lead to exceptions