RawSampleInt
Background call to read the ADC at full bit depth
Call Enable() first
Parameters
RawAverageByte
Background call to read the ADC as a byte average sample over time
Call Enable() before this
Parameters
GetString
Reads the ADC as a direct voltage and returns as as String
Parameters
Function call to read the ADC as a byte average sample over time
Parameters
RawAverageInt
Background call to read the ADC as a full width average sample over time
Call Enable() before this
Parameters
GetAverageInt
Function call to read the ADC as a full width average sample over time
Parameters
GetVoltage
Reads the ADC as a direct voltage
Parameters
RawEnable
Enables and configures the ADC channel to be an analogue input.
Only one ADC channel can be enabled at a time. Any RAW functions will reference the last enabled channel only.
Parameters
RawSampleByte
Background call to read the ADC as a byte
Call Enable() before this
Parameters
GetInt
Blocking call to read the ADC at full bit depth
Parameters
RawDisable
Disables the previously enabled ADC channel and converts back to digital mode.
Parameters
GetByte
Blocking call to read the ADC as a byte
Parameters
Simulation macro reference
GetSampleBits
Gets the number of bits per sample
Parameters
GetSpeedFilter
Gets the Conversion speed filter string
Use in Component.Property.SetFilter()
Parameters
SetProperties
Set the VRef options and voltage, ConvSpeed and AcqTime for the ADC component.
Parameters
SetChannel
Sets the channel ID for the component
Parameters
Riccardo Monti