updated readme!

This commit is contained in:
2021-03-30 00:42:31 +02:00
parent a89791f251
commit 1f065a561d
3 changed files with 760 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
#include <Arduino.h>
#include <SSPDevice.h>
#include <SimpleSerialProtocol.h>
// Define new device
SSPDevice deviceOne;
SimpleSerialProtocol deviceOne;
// Gets called when a complete packet has been received.
void onPacket(Packet packet) {