#ifndef AP_ADC_ADS7844_H #define AP_ADC_ADS7844_H #define bit_set(p,m) ((p) |= ( 1< class AP_ADC_ADS7844 : public AP_ADC { public: AP_ADC_ADS7844(); // Constructor void Init(); int Ch(unsigned char ch_num); int Ch_raw(unsigned char ch_num); private: }; #endif