Skip to content

TFMini-Plus Arduino Library

Compare
Choose a tag to compare
@budryerson budryerson released this 01 Jul 20:11
· 29 commits to master since this release
a7828d6

Arduino library for the Benewake TFMini-Plus using the UART (Serial) communication interface, with example code. Also supports the Benewake TFMini-S in UART 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().