Self test boot program for testing icarus sensors

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_UARTConsole by Bluetooth Low Energy

Committer:
smigielski
Date:
Wed Apr 15 20:01:16 2015 +0000
Revision:
14:cb369746225d
Parent:
13:ef0ce8fa871f
ADXL362 self test working

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 13:ef0ce8fa871f 5 BaseSensor::BaseSensor(void (*debug_)(const char* format, ...)) {
smigielski 13:ef0ce8fa871f 6 debug=debug_;
smigielski 7:438b55fe8576 7 }
smigielski 7:438b55fe8576 8