Self test boot program for testing icarus sensors

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_UARTConsole by Bluetooth Low Energy

RNGSensor.h

Committer:
smigielski
Date:
2015-01-26
Revision:
7:438b55fe8576
Child:
8:e9ae7a01d866

File content as of revision 7:438b55fe8576:

#ifndef MBED_RNG_SENSOR_H
#define MBED_RNG_SENSOR_H
 
#include "mbed.h"

#include "BaseSensor.h"
 
class RNGSensor : public BaseSensor {
public:
    RNGSensor();
private:  

};
 
#endif