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: X_NUCLEO_COMMON X_NUCLEO_IKS01A1 ST_INTERFACES
Diff: Components/Common/MagneticSensor.h
- Revision:
- 24:92cc9c6e4b2b
- Parent:
- 20:c20c8bd5be6b
- Child:
- 28:501726e9220d
diff -r 9da7be2a27c1 -r 92cc9c6e4b2b Components/Common/MagneticSensor.h
--- a/Components/Common/MagneticSensor.h Fri May 29 16:50:56 2015 +0200
+++ b/Components/Common/MagneticSensor.h Wed Jun 03 14:57:57 2015 +0200
@@ -53,6 +53,7 @@
virtual int ReadID(uint8_t*) = 0;
virtual int Get_M_Axes(int32_t*) = 0;
+ virtual int Get_M_AxesRaw(int16_t *) = 0;
protected:
MagneticSensor(void) {};