
Go to the source code of this file.
Functions | |
| void | processADCs () |
Variables | |
| uint8_t | ADC_active_channels [MAX_ADC_CHANNELS] = {0,0,0,0,0,0,0,0} |
| unsigned long | ADC_last_millis = 0 |
| uint16_t | ADC_sampling_period_ms = 200 |
| uint8_t | num_active_ADC_channels = 0 |
| void processADCs | ( | ) |
Definition at line 48 of file process_ADCs.cpp.
| uint8_t ADC_active_channels[MAX_ADC_CHANNELS] = {0,0,0,0,0,0,0,0} |
Definition at line 44 of file process_ADCs.cpp.
| unsigned long ADC_last_millis = 0 |
Definition at line 45 of file process_ADCs.cpp.
| uint16_t ADC_sampling_period_ms = 200 |
Definition at line 46 of file process_ADCs.cpp.
| uint8_t num_active_ADC_channels = 0 |
Definition at line 43 of file process_ADCs.cpp.