-
Notifications
You must be signed in to change notification settings - Fork 114
i2c constants
Ken Sharp edited this page Dec 8, 2023
·
1 revision
Constants defined in LinxDevice.h
for use with I2C functions.
EOF_STOP
0 - Send a stop condition at the end of the I2C frame.
EOF_RESTART
1 - Send a restart condition at the end of the I2C frame.
EOF_RESTART_NOSTOP
2 - Send a restart condition without a stop condition at the end of the I2C frame.
EOF_NOSTOP
3 - Do not send a stop condition at the end of the I2C frame.