Skip to content

Commit a317dfe

Browse files
committed
Arduino library specification
1 parent 9ef335b commit a317dfe

File tree

5 files changed

+62
-0
lines changed

5 files changed

+62
-0
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ PRDC_RS485HD_STM32
33
Half-Duplex RS485 communication for Arduino_Core_STM32
44
--------------------
55

6+
Release 1.0.1, 25.01.2022.
7+
8+
- Arduino library specification
9+
10+
--------------------
11+
612
Release 1.0.0, 28.12.2021.
713

814
- Initial release

keywords.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

0 commit comments

Comments
 (0)