APP 4

Dependencies:   mbed CRC16 mbed-rtos

Revision:
4:272f227e4442
Parent:
2:1250280a511b
Child:
5:9f05591944ba
--- a/APP.h	Sat Feb 20 19:25:57 2016 +0000
+++ b/APP.h	Sat Feb 20 20:45:23 2016 +0000
@@ -1,5 +1,10 @@
 #include "mbed.h"
 #include "LPC17xx.h"
+#include <bitset>
+
+
 
 #define CLOCKS_TO_SECOND 96000000
-#define FRAMESIZE 696
\ No newline at end of file
+#define FRAMESIZE 696
+
+#pragma once
\ No newline at end of file