Skip to content

Commit 734c4c1

Browse files
authored
Update to v1.4.0
1 parent bee53da commit 734c4c1

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

keywords.txt

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
#######################################
2-
# Syntax Coloring Map
2+
# Syntax Coloring Map for TFMPI2C
3+
# Date: 20200701
4+
# Note: Separate terms with TABs
35
#######################################
46

57
#######################################
68
# Datatypes (KEYWORD1)
79
#######################################
810

9-
TFMPI2C KEYWORD1
11+
TFMPI2C KEYWORD1
12+
status KEYWORD1
13+
version KEYWORD1
1014

1115
#######################################
1216
# Methods and Functions (KEYWORD2)
1317
#######################################
1418

15-
getData KEYWORD2
16-
sendCommand KEYWORD2
17-
printErrorStatus KEYWORD2
18-
getResponse KEYWORD2
19-
status KEYWORD2
20-
version KEYWORD2
19+
getData KEYWORD2
20+
sendCommand KEYWORD2
21+
printStatus KEYWORD2
22+
printFrame KEYWORD2
23+
printReply KEYWORD2
24+
getResponse KEYWORD2
2125

2226
#######################################
2327
# Constants (LITERAL1)

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=TFMPI2C
2-
version=0.2.2
2+
version=1.4.0
33
author=Bud Ryerson <bud@budryerson.com>
44
maintainer=Bud Ryerson <bud@budryerson.com>
55
sentence=Arduino library for Benewake TFMini-Plus distance sensor in I2C mode
6-
paragraph=Not compatible with Benewake TFMini, a different product.
6+
paragraph=Compatible with TFMini-S, but not with TFMini, which is a different product
77
category=Sensors
88
url=https://github.com/budryerson/TFMini-Plus-I2C
99
architectures=*

0 commit comments

Comments
 (0)