DESKTOP\fahadmirza
|
c85b682bf6
|
Buffer arguments of write functions are changed to const so that the functions cannot change the content of the buffer. Also, if the I2C device's register address are define using const rather than #define, the functions can accept those too.
|
2020-11-26 03:17:49 -06:00 |
lady ada
|
db793416f1
|
add i2c speed change
|
2020-05-14 16:56:27 -04:00 |
Jérôme Lebel
|
48d59b9eb4
|
maxBufferSize should be size_t type since all the length are size_t type
|
2020-02-04 17:22:06 +01:00 |
Lady Ada
|
ddee2a2339
|
remove travis, add actions, clang, bump version
|
2019-12-27 19:49:16 -05:00 |
ladyada
|
4a419dc86f
|
handler platforms with much larger i2c buffers
|
2019-10-20 01:53:07 -04:00 |
ladyada
|
a403ba0dab
|
allow not-scanning (MCP9600 hates it)
|
2019-10-07 23:13:49 -04:00 |
ladyada
|
9dbdadb3f6
|
doxdoxdox
|
2019-05-18 14:37:08 -04:00 |
ladyada
|
428cdb3dbd
|
ok have some rough read/write libraries
|
2019-03-07 16:15:30 -05:00 |
ladyada
|
91f5520704
|
write, read and write_then_read
|
2019-03-07 15:13:03 -05:00 |
ladyada
|
694010c57b
|
create an i2c device with an address and be able to detect it
|
2019-03-07 14:23:42 -05:00 |
ladyada
|
337886fe76
|
init
|
2019-03-07 13:49:19 -05:00 |