Skip to content

Commit 6e9813a

Browse files
authored
Update to v1.4.0
Changed data variables from unsigned to signed. Added distance and signal strength error codes that are listed in TFMini-S Product Manual. Changed error response functions used in the example code.
1 parent 734c4c1 commit 6e9813a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# TFMini-Plus-I2C
2+
### PLEASE NOTE:
3+
With version v1.4.0, data variables are changed from unsigned to signed 16bit integers in order to support `dist` (distance) and `flux` (signal strength) error codes such as -1, -2 & -4. These codes are listed in the TFMini-S Product Manual contained in the **documents** folder.
4+
5+
In the example code, `printStatus()` or `printErrorStatus()` has been replaced with `printFrame()` in response to a failed `getData()` or `printReply()` if responding to `sendCommand()`.
6+
<hr />
7+
28
### Arduino library for the Benewake TFMini-Plus using I2C communication interface
39

410
The **TFMini-S** is said to be compatible with the **TFMini-Plus** and therefore able to use this library. However, this library is *not compatible* with the **TFMini**, which is a different product with its own command and data structure.

0 commit comments

Comments
 (0)