|
MCU
|
#include <AnalogSensorsInterface.h>

Public Member Functions | |
| const AnalogConversionPacket_s< N > & | get () |
| Used by systems to get data out of this device when it's self-actualizing sampling & conversion. More... | |
| void | convert () |
| Performs unit conversions on all channels. More... | |
| void | sample () |
| Commands the underlying device to sample all channels and internally store the results. More... | |
Public Attributes | |
| AnalogConversionPacket_s< N > | data |
Definition at line 21 of file AnalogSensorsInterface.h.
|
inline |
Performs unit conversions on all channels.
Definition at line 35 of file AnalogSensorsInterface.h.
|
inline |
Used by systems to get data out of this device when it's self-actualizing sampling & conversion.
Definition at line 29 of file AnalogSensorsInterface.h.
| void AnalogMultiSensor< N >::sample | ( | ) |
Commands the underlying device to sample all channels and internally store the results.
| AnalogConversionPacket_s<N> AnalogMultiSensor< N >::data |
Definition at line 24 of file AnalogSensorsInterface.h.