Self test boot program for testing icarus sensors

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_UARTConsole by Bluetooth Low Energy

Committer:
smigielski
Date:
Mon Jan 26 13:57:26 2015 +0000
Revision:
7:438b55fe8576
Child:
8:e9ae7a01d866
Simple sensor structure

Who changed what in which revision?

UserRevisionLine numberNew contents of line
smigielski 7:438b55fe8576 1 #include "RNGSensor.h"
smigielski 7:438b55fe8576 2 #include "mbed.h"
smigielski 7:438b55fe8576 3
smigielski 7:438b55fe8576 4
smigielski 7:438b55fe8576 5 BaseSensor::BaseSensor(BaseChannel* channel_) {
smigielski 7:438b55fe8576 6 this->channel=channel_;
smigielski 7:438b55fe8576 7 }
smigielski 7:438b55fe8576 8