1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-20 19:03:00 +03:00

A lightweight, thread-safe Serial communication library for ESP32 with FreeRTOS support. (#6621)

Thread-Safe: Uses mutex protection for multi-core ESP32 applications

Easy to Use: Drop-in replacement for standard Serial functions<

FreeRTOS Compatible: Safe for use across multiple FreeRTOS tasks
This commit is contained in:
Hamza Yeşilmen
2025-07-18 11:22:04 +03:00
committed by GitHub
parent df88def50b
commit 30e6ab8434

View File

@ -3023,6 +3023,7 @@ https://github.com/HakkanR/DMD2TUR
https://github.com/HakkanR/slowAES
https://github.com/HakkanR/SSD1306TUR
https://github.com/HamzaYslmn/detaBaseESP8266
https://github.com/HamzaYslmn/Esp32-RTOS-Serial
https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library
https://github.com/handmade0octopus/ESP32-TWAI-CAN
https://github.com/happy12/SPL06-001