File tree Expand file tree Collapse file tree 5 files changed +62
-0
lines changed Expand file tree Collapse file tree 5 files changed +62
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ PRDC_RS485HD_STM32
3
3
Half-Duplex RS485 communication for Arduino_Core_STM32
4
4
--------------------
5
5
6
+ Release 1.0.1, 25.01.2022.
7
+
8
+ - Arduino library specification
9
+
10
+ --------------------
11
+
6
12
Release 1.0.0, 28.12.2021.
7
13
8
14
- Initial release
Original file line number Diff line number Diff line change
1
+ #######################################
2
+ # Syntax Coloring Map
3
+ #######################################
4
+
5
+ #######################################
6
+ # Datatypes (KEYWORD1)
7
+ #######################################
8
+
9
+ PRDC_RS485HD_STM32 KEYWORD1 PRDC_RS485HD_STM32
10
+
11
+ #######################################
12
+ # Methods and Functions (KEYWORD2)
13
+ #######################################
14
+ begin KEYWORD2
15
+ setPins KEYWORD2
16
+ end KEYWORD2
17
+ available KEYWORD2
18
+ peek KEYWORD2
19
+ read KEYWORD2
20
+ availableForWrite KEYWORD2
21
+ flush KEYWORD2
22
+ write KEYWORD2
23
+ setRx KEYWORD2
24
+ setTx KEYWORD2
25
+
26
+ #######################################
27
+ # Constants (LITERAL1)
28
+ #######################################
29
+ SERIAL_TX_BUFFER_SIZE LITERAL1
30
+ SERIAL_RX_BUFFER_SIZE LITERAL1
31
+ RS485_7N1 LITERAL1
32
+ RS485_7N2 LITERAL1
33
+ RS485_6E1 LITERAL1
34
+ RS485_6E2 LITERAL1
35
+ RS485_6O1 LITERAL1
36
+ RS485_6O2 LITERAL1
37
+ RS485_8N1 LITERAL1
38
+ RS485_8N2 LITERAL1
39
+ RS485_7E1 LITERAL1
40
+ RS485_8E1 LITERAL1
41
+ RS485_7E2 LITERAL1
42
+ RS485_8E2 LITERAL1
43
+ RS485_7O1 LITERAL1
44
+ RS485_8O1 LITERAL1
45
+ RS485_7O2 LITERAL1
46
+ RS485_8O2 LITERAL1
Original file line number Diff line number Diff line change
1
+ name =PRDC_RS485HD_STM32
2
+ version =1.0.1
3
+ author =Milos Petrasinovic <mpetrasinovic@pr-dc.com>
4
+ maintainer =Milos Petrasinovic <mpetrasinovic@pr-dc.com>
5
+ sentence =PR-DC Half-Duplex RS485 communication Library for Arduino_Core_STM32.
6
+ paragraph =This library precisely changes the state of control pins (Receiver Output Enable and Driver Output Enable) for receiving and transmitting.
7
+ category =Communication
8
+ url =https://github.com/PR-DC/PRDC_RS485HD_STM32
9
+ architectures =*
10
+ includes =PRDC_RS485HD_STM32.h
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments