Commit Graph

15 Commits

Author SHA1 Message Date
lady ada 76bcd63f18 try to change namespace? 2021-11-17 13:46:59 -05:00
caternuson 96b1b42ec5 chunkify i2c 2021-08-10 15:19:04 -07:00
DESKTOP\fahadmirza 9af0ac41cc Revert "Added function description."
This reverts commit 0475316f1e.
2020-11-29 01:43:59 -06:00
DESKTOP\fahadmirza 0475316f1e Added function description. 2020-11-28 05:55:37 -06:00
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