Go to the source code of this file.
◆ InitADC()
Initializes the On Chip ADC.
The ADC is set to free running mode at 115.2kHz clock. This gives one result every 113us or one complete set every 564us.
◆ ADCNextChannel()
| void ADCNextChannel |
( |
void |
| ) |
|
◆ ADCResetMinMax()
| static void ADCResetMinMax |
( |
void |
| ) |
|
|
inlinestatic |
Resets the Min/Max values of the Analog Values.
◆ adcFlags
| volatile uint8_t adcFlags |
◆ ADCFLAG_NEWRESULTS
| const uint8_t ADCFLAG_NEWRESULTS =1 |
|
static |
All Channels have been updated.
◆ ADCFLAG_NEWAVERAGES
| const uint8_t ADCFLAG_NEWAVERAGES =2 |
|
static |
All Averages have been updated.
◆ ADCData
ADC-Values for the last measurement.
◆ ADCDataAvg
◆ ADCDataMin
Minimum ADC-Values during last average Period.
◆ ADCDataMax
Maximum ADC-Values during last average Period.
◆ ADCDataMinTmp
◆ ADCDataMaxTmp