|
|
@ -20,7 +20,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
class AP_ADC_ADS7844 : public AP_ADC |
|
|
|
class AP_ADC_ADS7844 : public AP_ADC |
|
|
|
{ |
|
|
|
{ |
|
|
|
public: |
|
|
|
public: |
|
|
|
AP_ADC_ADS7844(); // Constructor
|
|
|
|
AP_ADC_ADS7844(); // Constructor
|
|
|
|
void Init( AP_PeriodicProcess * scheduler ); |
|
|
|
void Init( AP_PeriodicProcess * scheduler ); |
|
|
|
|
|
|
|
|
|
|
@ -33,7 +33,7 @@ class AP_ADC_ADS7844 : public AP_ADC |
|
|
|
// check if Ch6 would block
|
|
|
|
// check if Ch6 would block
|
|
|
|
bool new_data_available(const uint8_t *channel_numbers); |
|
|
|
bool new_data_available(const uint8_t *channel_numbers); |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
static void read(uint32_t); |
|
|
|
static void read(uint32_t); |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|