mirror of
https://github.com/SMFSW/cI2C
synced 2025-07-04 20:46:56 +02:00
v1.3: Added Travis CI support and removed doxygen version anchors in sources
This commit is contained in:
parent
63be41402d
commit
4fcef282b6
9 changed files with 103 additions and 49 deletions
|
@ -1,6 +1,5 @@
|
|||
/*!\file ci2c.c
|
||||
** \author SMFSW
|
||||
** \version 1.2
|
||||
** \copyright MIT SMFSW (2017)
|
||||
** \brief arduino master i2c in plain c code
|
||||
** \warning Don't access (r/w) last 16b internal address byte alone right after init, this would lead to hazardous result (in such case, make a dummy read of addr 0 before)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/*!\file ci2c.h
|
||||
** \author SMFSW
|
||||
** \version 1.2
|
||||
** \copyright MIT SMFSW (2017)
|
||||
** \brief arduino i2c in plain c declarations
|
||||
** \warning Don't access (r/w) last 16b internal address byte alone right after init, this would lead to hazardous result (in such case, make a dummy read of addr 0 before)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue