MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Functions
(0xA0,0x04) Gpio Analog Value [CPP]
Collaboration diagram for (0xA0,0x04) Gpio Analog Value [CPP]:

Classes

struct  mip::data_system::GpioAnalogValue
 

Functions

void mip::data_system::insert (Serializer &serializer, const GpioAnalogValue &self)
 
void mip::data_system::extract (Serializer &serializer, GpioAnalogValue &self)
 

Detailed Description

Indicates the analog value of the given user GPIO. The pin must be configured for analog input.

Function Documentation

◆ extract()

void mip::data_system::extract ( Serializer serializer,
GpioAnalogValue self 
)

◆ insert()

void mip::data_system::insert ( Serializer serializer,
const GpioAnalogValue self 
)