Dev to Master
Compare changes
- Anian Bühler authored
# Conflicts: # README.md
+ 91
− 22
@@ -3,9 +3,9 @@
@@ -3,9 +3,9 @@
Für eine Nutzung der Bibliothek wird eine drahtlose Schnittstelle benötigt, wleche sich an der Seriellen Schnittstelle betreiben lässt.
Wir empfehlen unsere IR-Link-Module, die Sie selbst herstellen können (Schaltplan und Layout bei uns anfragen - Kontakt über [letsgoING.org](httsp://letsgoING.org)
@@ -33,18 +33,23 @@ https://www.arduino.cc/en/guide/libraries section "Importing a .zip Library"
@@ -33,18 +33,23 @@ https://www.arduino.cc/en/guide/libraries section "Importing a .zip Library"
@@ -63,30 +68,71 @@ bool psnClient.unsubscribe(char* topic, int length);
@@ -63,30 +68,71 @@ bool psnClient.unsubscribe(char* topic, int length);
@@ -95,33 +141,51 @@ void psnBroker.begin(Stream& sSerial);
@@ -95,33 +141,51 @@ void psnBroker.begin(Stream& sSerial);
Werden diese an verschiedenen Stellen mit verschiedenen Werten verwendet, werden Werte u. U. ueberschrieben.
@@ -130,7 +194,7 @@ int psnClient.readSerialData(Stream&, char*, char);
@@ -130,7 +194,7 @@ int psnClient.readSerialData(Stream&, char*, char);
Konstanten aus der Library die fuer die Programmierung genutzt werden und teilweise angepasst werden koennen.
@@ -144,7 +208,12 @@ MAX_LEN_PAYLOAD default: 20
@@ -144,7 +208,12 @@ MAX_LEN_PAYLOAD default: 20
@@ -164,11 +233,11 @@ MSG_TOPIC_MULTI '*'
@@ -164,11 +233,11 @@ MSG_TOPIC_MULTI '*'
\ No newline at end of file