Caleb Provost

Results 2 issues of Caleb Provost

Performing a matrix of the GPIO pins via dtbo doesn't appear to be functional. I've verified that I'm able to get the pins to work and that the keyboard performs...

Using `char` for `c_in` limits it to 8-bit boundaries. Updated to `unsigned int` for 32-bit processes. ESP32 compile error resolved: ```gcc unishox2.c:576:46: error: array subscript has type 'char' [-Werror=char-subscripts] ol...