Skip to content
Snippets Groups Projects
Commit 8d1214f3 authored by Anian Bühler's avatar Anian Bühler
Browse files

minor changes

parent 45719d74
Branches Almas
No related tags found
2 merge requests!3Dev to master,!2Dev to Master
...@@ -7,3 +7,16 @@ The functionalities correspond to state of the art technologies, which are didac ...@@ -7,3 +7,16 @@ The functionalities correspond to state of the art technologies, which are didac
publish/subscribe network publish/subscribe network
### usage ### usage
```Arduino
didacticPSNetClient psnClient;
psnClient.begin(stream, callback);
psnClient.handleNetwork();
psnClient.subscribe(topic);
psnClient.unsubscribe(topic);
psnClient.publish(topic);
didacticPSNetBroker psnBroker;
psnBroker.begin(stream, callback);
psnBroker.handleNetwork();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment