xmos / lib_i2c

I²C library
Other
3 stars 25 forks source link

Comments in i2c.h are wrong #11

Closed pthedinger closed 6 years ago

pthedinger commented 7 years ago

The comments for the function i2c_master_single_port() say that p_i2c is configured using i2c_conf.h. This is not the case, it is configured using the scl_bit_position and sda_bit_position arguments. Comments need fixing.