File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ sendBreak KEYWORD2
27
27
sendBreakMicroseconds KEYWORD2
28
28
setPins KEYWORD2
29
29
setDelays KEYWORD2
30
+ assertDE KEYWORD2
31
+ deassertDE KEYWORD2
32
+ assertRE KEYWORD2
33
+ deassertRE KEYWORD2
30
34
31
35
#######################################
32
36
# Constants (LITERAL1)
Original file line number Diff line number Diff line change 13
13
"url" : " https://github.com/CIRCUITSTATE" ,
14
14
"maintainer" : true
15
15
},
16
- "version" : " 1.0.10 " ,
16
+ "version" : " 1.0.11 " ,
17
17
"license" : " LGPL-2.1" ,
18
18
"frameworks" : " arduino" ,
19
19
"platforms" : " *"
Original file line number Diff line number Diff line change 1
1
name =CSE_ArduinoRS485
2
- version =1.0.10
2
+ version =1.0.11
3
3
author =CIRCUITSTATE
4
4
maintainer =CIRCUITSTATE <@circuitstate>
5
5
sentence =Allows sending and receiving data through the RS-485 interface, using any Arduino-compatible boards.
You can’t perform that action at this time.
0 commit comments