Skip to content
Snippets Groups Projects
Select Git revision
0 results

util

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    fteso authored
    Found undefined behavior in functions static unsigned char recvWithAck() and static unsigned char recvWithNack(). In some cases the MSB bit of the incoming byte was read 0 instead 1 because the sampling of the SDA line was made too early. Solved adding delayUs()
    423c7c84
    History
    Name Last commit Last update
    ..