Skip to content

TFMini-Plus-I2C Arduino Library

Compare
Choose a tag to compare
@budryerson budryerson released this 01 Jul 20:12
· 79 commits to master since this release
6e9813a

An Arduino library for the Benewake TFMini-Plus using the I2C communication interface, with example code. Also supports the Benewake TFMini-S in I2C mode.
NOTE: 1) data variables are now signed 16bit integers, not unsigned.
2) In the example code, printErrorStatus() is deprecated. Use printFrame() to respond to a failed getData() function, and printReply() for a failed sendCommand().