News

As of now, it only uses one of the ESP32’s two free SPI units. There were also two extra definitions that I had to add to the program to make it run, but they’ve both been streamlined into the ...
Serial Peripheral Interface (SPI) is not really a protocol, but more of a general idea. It’s the bare-minimum way to transfer a lot of data between two chips as quickly as possible, and for that ...