mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal
Dependencies: BLE_API nRF51822 mbed-dev-bin
Dependents: microbit Microbit IoTChallenge1 microbit ... more
Diff: source/drivers/MicroBitThermometer.cpp
- Revision:
- 44:bb4aa1985f37
- Parent:
- 41:da05ec75cd5d
- Child:
- 45:23b71960fe6c
--- a/source/drivers/MicroBitThermometer.cpp Wed Jul 13 12:18:23 2016 +0100 +++ b/source/drivers/MicroBitThermometer.cpp Wed Jul 13 12:18:23 2016 +0100 @@ -71,7 +71,7 @@ this->sampleTime = 0; this->offset = 0; - KeyValuePair *tempCalibration = storage->get(ManagedString("tempCal")); + KeyValuePair *tempCalibration = storage->get("tempCal"); if(tempCalibration != NULL) {