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: CalibrateMagneto QuaternionMath
Fork of SML2 by
Sensor::Delegate Class Reference
Defines protocol used to send data back to owner. Derive from this class and use Sensor.setDelegate() to receive sensor updates. More...
#include <Sensor.h>
Inherited by SensorFusion6.
Public Member Functions | |
virtual void | sensorUpdate (Vector3 data) |
A new sensor data frame, might be called several (hundred) times a second. |
Detailed Description
Defines protocol used to send data back to owner. Derive from this class and use Sensor.setDelegate() to receive sensor updates.
Definition at line 11 of file Sensor.h.
Member Function Documentation
Generated on Wed Jul 13 2022 08:50:41 by
