Simple Typo in i2c.h
danielstritt
Posts: 43
Hello, I don't know if this is a big deal, or if I am mis-reading it, but I noticed something strange in the include file i2c.h. In line 158 it says:
* @param dev I2C device to close
But this is in the description of i2cWrite. It looks like someone added it accidentally because the function above it has that same line, but that's for i2cClose().
Anyway, just thought you would want to know. Thanks for the awesome dev tools, by the way!
Daniel
* @param dev I2C device to close
But this is in the description of i2cWrite. It looks like someone added it accidentally because the function above it has that same line, but that's for i2cClose().
Anyway, just thought you would want to know. Thanks for the awesome dev tools, by the way!
Daniel
Comments
Eric