#include <AP_ADC_ADS7844.h>
Inherits AP_ADC.
Public Member Functions | |
AP_ADC_ADS7844 () | |
void | Init () |
int | Ch (unsigned char ch_num) |
Definition at line 15 of file AP_ADC_ADS7844.h.
AP_ADC_ADS7844::AP_ADC_ADS7844 | ( | ) |
Definition at line 99 of file AP_ADC_ADS7844.cpp.
int AP_ADC_ADS7844::Ch | ( | unsigned char | ch_num | ) | [virtual] |
Reimplemented from AP_ADC.
Definition at line 133 of file AP_ADC_ADS7844.cpp.
void AP_ADC_ADS7844::Init | ( | void | ) | [virtual] |
Reimplemented from AP_ADC.
Definition at line 104 of file AP_ADC_ADS7844.cpp.