Skip to content

Releases: budryerson/TFMini-Plus-I2C

TFMini-Plus-I2C Arduino Library

20 Mar 21:05
adcc332
Compare
Choose a tag to compare

Arduino library for the Benewake TFMini-Plus in I2C communication mode. Compatible with TFMini-S. Not compatible with TF-Luna in I2C mode. (Use TFMini-Plus library for TF-Luna in UART mode.) This version 1.7.3 corrects value of stopbit in calls to Wire Library from boolean true to literal 1.

TFMini-Plus-I2C Arduino Library

16 Jan 19:36
a9558f9
Compare
Choose a tag to compare

Arduino library for the Benewake TFMini-Plus in I2C communication mode. Compatible with TFMini-S. Not compatible with TF-Luna in I2C mode. (Use TFMini-Plus library for TF-Luna in UART mode.) This version 1.7.2 eliminates all delay from recoverI2Cbus function. Includes an example sketch and an I2C bus scan/address change sketch.

TFMini-Plus-I2C Arduino Library

04 Nov 17:49
1445dbd
Compare
Choose a tag to compare

Arduino library for the Benewake TFMini-Plus in I2C communication mode. Compatible with TFMini-S. Not compatible with TF-Luna in I2C mode. (Use TFMini-Plus library for TF-Luna in UART mode.) This version 1.7.0 relaxes use of recoverI2Cbus function. Includes an example sketch and an I2C bus scan/address change sketch.

TFMini-Plus-I2C Arduino Library

11 Sep 22:22
c2d332a
Compare
Choose a tag to compare

Arduino library for the Benewake TFMini-Plus in I2C communication mode. Compatible with TFMini-S. Not compatible with TF-Luna in I2C mode. Use the TFMini-Plus library for UART (serial) communication. This version, 1.6.0, corrects the ENABLE/DISABLE commands. The library includes and example sketch and an I2C bus scanner/address changer sketch._

TFMini-Plus-I2C Arduino Library

06 Sep 03:30
ccfe4a2
Compare
Choose a tag to compare

Arduino library for the Benewake TFMini-Plus in I2C communication mode, with example code and I2C bus scanner. Also compatible with TFMini-S. Please use the TFMini-Plus library for UART (serial) communication. This version corrects a minor error in v1.5.0. Not compatible with TF-Luna in I2C mode.

TFMini-Plus-I2C Arduino Library

26 Jul 00:29
3c185b8
Compare
Choose a tag to compare

Arduino library for the Benewake TFMini-Plus using the I2C communication interface, with example code. The library is said to be compatible with the Benewake TFMini-S. For UART communication, please use the TFMini-Plus library. This version fixes bugs in v1.4.0.

TFMini-Plus-I2C Arduino Library

01 Jul 20:12
6e9813a
Compare
Choose a tag to compare

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().

TFMini-Plus-I2C Arduino Library

17 Feb 22:49
7bcc774
Compare
Choose a tag to compare

Arduino library for the Benewake TFMini-Plus using I2C communication interface

TFMini-Plus-I2C Arduino Library

17 Feb 19:11
0e1260a
Compare
Choose a tag to compare

An Arduino library for the Benewake TFMini-Plus using the I2C communication interface, with example code.

TFMini-Plus-I2C Arduino Library

01 Nov 17:18
282a189
Compare
Choose a tag to compare

An Arduino library for the Benewake TFMini-Plus using the I2C communication interface - with example code.