Closed RoganDawes closed 7 years ago
Implement I2C comms instead of the UART for capable hardware. This may be more performant than the UART, leaving more CPU time for other things. Also, I2C has built in NAK functionality, making flow control simpler (hopefully)
Since we have not made more BlackBox hardware, and the newly available WHID does not have the i2c lines connected, this will not be very useful.
Implement I2C comms instead of the UART for capable hardware. This may be more performant than the UART, leaving more CPU time for other things. Also, I2C has built in NAK functionality, making flow control simpler (hopefully)