Skip to content

Commit 41fd18a

Browse files
committed
v1.0.11
* Updated library info.
1 parent 6480fde commit 41fd18a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

keywords.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ sendBreak KEYWORD2
2727
sendBreakMicroseconds KEYWORD2
2828
setPins KEYWORD2
2929
setDelays KEYWORD2
30+
assertDE KEYWORD2
31+
deassertDE KEYWORD2
32+
assertRE KEYWORD2
33+
deassertRE KEYWORD2
3034

3135
#######################################
3236
# Constants (LITERAL1)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/CIRCUITSTATE",
1414
"maintainer": true
1515
},
16-
"version": "1.0.10",
16+
"version": "1.0.11",
1717
"license": "LGPL-2.1",
1818
"frameworks": "arduino",
1919
"platforms": "*"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CSE_ArduinoRS485
2-
version=1.0.10
2+
version=1.0.11
33
author=CIRCUITSTATE
44
maintainer=CIRCUITSTATE <@circuitstate>
55
sentence=Allows sending and receiving data through the RS-485 interface, using any Arduino-compatible boards.

0 commit comments

Comments
 (0)