PascalGuenther
Results
5
issues of
PascalGuenther
Only send keyboard markup array if it is not empty
In the original E303 workaround, the application reads `i2c->status`, but compares the result to the interrupt flags. Instead, the bits must be compares against `I2C_STATUS_RXDATAV` and `I2C_STATUS_RXFULL`, respectively