Codec for an NRF24L01 based protocol

Revision:
0:b61d45ff9b8e
Child:
1:c189b357fc3c
diff -r 000000000000 -r b61d45ff9b8e swtp_codec.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/swtp_codec.cpp	Tue Aug 30 10:30:50 2011 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "swtp_codec.h"
+
+extern Serial pc;
+
+void encodeHeaderPacket(char* packetToFill, int mimeType, int payloadLengthBytes, int startPayloadSequenceNumber) {
+    pc.puts("Encoding header\n\r");
+}