You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
1
# 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
+
2
8
### Arduino library for the Benewake TFMini-Plus using I2C communication interface
3
9
4
10
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