A library to send and receive packets over serial, uses MODSERIAL

Dependents:   SimpleSerialProtocolExample SerialFileReceiver

Revision:
1:98ad30934a71
Parent:
0:1639507580d5
--- a/Packet.h	Thu Jun 28 21:19:58 2012 +0000
+++ b/Packet.h	Wed Aug 27 17:35:30 2014 +0000
@@ -51,7 +51,7 @@
     }
 
     uint8_t _type;
-    uint8_t _data[512];
+    uint8_t _data[256];
     uint16_t _size;
     uint16_t _checksum;
     bool _valid;