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.
Dependents: iks01a1_acc LoRaWAN-demo-72_mdotIKS01A1 MTDOT-UDKDemo_Senet MTDOT-UDKDemo
Fork of X_NUCLEO_IKS01A1 by
GenericSensor Class Reference
An abstract class for Generic sensors. More...
#include <GenericSensor.h>
Inherited by GyroSensor, HumiditySensor, MagneticSensor, MotionSensor, PressureSensor, and TempSensor.
Public Member Functions | |
| virtual int | Init (void *ptr)=0 |
| Initialization of sensor. | |
| virtual int | ReadID (uint8_t *id)=0 |
| Get ID of sensor. | |
Detailed Description
An abstract class for Generic sensors.
Definition at line 49 of file GenericSensor.h.
Member Function Documentation
| virtual int Init | ( | void * | ptr ) | [pure virtual] |
Generated on Tue Jul 12 2022 16:34:52 by
1.7.2
