MPIAdcConfig / MEIAdcConfig

MPIAdcConfig  

 

typedef struct MPIAdcConfig {
    double	range;	/* +/- Voltage */
} MPIAdcConfig;
Description
  range The voltage range that the ADC can be configured for. All values are measured in volts. Valid values are 2.5, 5.0, and 10.0

 

MEIAdcConfig  

 

typedef struct MEIAdcConfig {
    MEIAdcMux	mux;
} MEIAdcConfig;
Description
  mux is used to configure what signal an MPIAdc object will look at.
     
See Also MPIAdc