Cedric Velandres

Results 2 comments of Cedric Velandres

Maybe we could at least add an overflow checks for the buffers. Like checking the last 2 bytes if it gets written on? Though this requires for the buffer to...

This was also a showstopper for me. The SPI library for the ESP32 uses mutex when calling beginTransaction and endTransaction. Which means, other libraries cant exists with this library since...