Self test boot program for testing icarus sensors

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_UARTConsole by Bluetooth Low Energy

Revision:
7:438b55fe8576
Child:
8:e9ae7a01d866
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RNGSensor.h	Mon Jan 26 13:57:26 2015 +0000
@@ -0,0 +1,15 @@
+#ifndef MBED_RNG_SENSOR_H
+#define MBED_RNG_SENSOR_H
+ 
+#include "mbed.h"
+
+#include "BaseSensor.h"
+ 
+class RNGSensor : public BaseSensor {
+public:
+    RNGSensor();
+private:  
+
+};
+ 
+#endif
\ No newline at end of file