SimpleCanLib
SimpleCanLib copied to clipboard
CAN bus library for ESP32 and STM32 G431
Results
2
SimpleCanLib issues
Sort by
recently updated
recently updated
newest added
Hi, Just a quick question why is the S3 version of this class checking for semaphores before accessing the queues. Aren't Freertos queues already thread safe? IIRC in Freertos, Semaphores...
Uh oh. Also, there are Serial printouts in ISRs that make the code crash when we try to print an error. This is a reocurring pattern. Should we discuss a...