From e717d0ee92881dc8ed5742a0a646c7904540a68a Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 20 Nov 2023 15:14:36 +0100 Subject: [PATCH] added keywords.txt and library.properties --- keywords.txt | 5 +++++ library.properties | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 keywords.txt create mode 100644 library.properties diff --git a/keywords.txt b/keywords.txt new file mode 100644 index 0000000..cd632d0 --- /dev/null +++ b/keywords.txt @@ -0,0 +1,5 @@ +init485 KEYWORD2 +available485 KEYWORD2 +c_str KEYWORD2 +get485message KEYWORD2 +send485 KEYWORD2 diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..186158b --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=SoftRS485 +version=1.0.0 +author=Stephan Richter +maintainer=Stephan Richter +sentence=RS485 Communication library +paragraph=This library supports multi-master arbitration. It implements a software defined protocol, that allows collision avoidance and collistion detection allowing hassle free communication. +category=Communication +url=https://git.srsoftware.de/StephanRichter/SoftRS485 +architectures=*