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 nRF51822 mbed-dev-bin
Dependents: microbit Microbit IoTChallenge1 microbit ... more
Diff: inc/drivers/MicroBitThermometer.h
- Revision:
- 41:da05ec75cd5d
- Parent:
- 1:8aa5cdb4ab67
diff -r 948486a56c9d -r da05ec75cd5d inc/drivers/MicroBitThermometer.h
--- a/inc/drivers/MicroBitThermometer.h Wed Jul 13 12:18:20 2016 +0100
+++ b/inc/drivers/MicroBitThermometer.h Wed Jul 13 12:18:21 2016 +0100
@@ -160,13 +160,6 @@
*/
virtual void idleTick();
- /**
- * Indicates if we'd like some processor time to sense the temperature.
- *
- * @returns 1 if we'd like some processor time, 0 otherwise.
- */
- virtual int isIdleCallbackNeeded();
-
private:
/**
@@ -177,4 +170,4 @@
int isSampleNeeded();
};
-#endif
+#endif
\ No newline at end of file