Skip to content

Commit 34feeba

Browse files
committed
Arduino library specification
1 parent 2416f66 commit 34feeba

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ PRDC_FreePort
33
VFD FreePort Protocol implemented in Arduino library
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#######################################
2+
# Syntax Coloring Map
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
PRDC_FreePort KEYWORD1 PRDC_FreePort
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
attach KEYWORD2
15+
readData KEYWORD2
16+
sendData KEYWORD2
17+
availableData KEYWORD2
18+
flushInput KEYWORD2
19+
20+
#######################################
21+
# Constants (LITERAL1)
22+
#######################################
23+
PRDC_FreePort_M1 LITERAL1
24+
PRDC_FreePort_M2 LITERAL1
25+
FreePort_MAX_PACKET_SIZE LITERAL1

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=PRDC_FreePort
2+
version=1.0.1
3+
author=Milos Petrasinovic <mpetrasinovic@pr-dc.com>
4+
maintainer=Milos Petrasinovic <mpetrasinovic@pr-dc.com>
5+
sentence=FreePort Protocol for communication with VFD over RS485 implemented in Arduino library.
6+
paragraph=Three-phase squirrel-cage induction motors with Variable Frequency Drives (VFD) are the backbone of the industry. This library makes it possible to communicate with VFD using serial communication over RS485 in order to control and monitor its state.
7+
category=Communication
8+
url=https://github.com/PR-DC/PRDC_FreePort
9+
architectures=*
10+
includes=PRDC_FreePort.h
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)