I2C Master init speed may be incorrect in the example in the Readme.md file
In the API document, the argument in I2cMaster_init
is kbps
. But the example in the Readme.md
sets the speed to 100000(kbps) instead of 100 and comments it as 100kHz. Either the document or the Readme.md
needs to be fixed.