from bbc microbit library
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: inc/drivers/MicroBitCompass.h
- Revision:
- 41:da05ec75cd5d
- Parent:
- 1:8aa5cdb4ab67
--- a/inc/drivers/MicroBitCompass.h Wed Jul 13 12:18:20 2016 +0100 +++ b/inc/drivers/MicroBitCompass.h Wed Jul 13 12:18:21 2016 +0100 @@ -434,11 +434,6 @@ void clearCalibration(); /** - * Returns 0 or 1. 1 indicates data is waiting to be read, zero means data is not ready to be read. - */ - virtual int isIdleCallbackNeeded(); - - /** * Destructor for MicroBitCompass, where we deregister this instance from the array of fiber components. */ ~MicroBitCompass(); @@ -515,4 +510,4 @@ void init(uint16_t id, uint16_t address); }; -#endif +#endif \ No newline at end of file