Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

I2C Constants

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.

Related Links

Firmware Reference

Clone this wiki locally