Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_UARTConsole by
BaseSensor.cpp@13:ef0ce8fa871f, 2015-04-05 (annotated)
- Committer:
- smigielski
- Date:
- Sun Apr 05 09:54:04 2015 +0000
- Revision:
- 13:ef0ce8fa871f
- Parent:
- 8:e9ae7a01d866
Debug log working across modules. ; ADXL sensor test cleanuo; MPU device id test
Who changed what in which revision?
| User | Revision | Line number | New 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 |
