@ -11,7 +11,7 @@
class ADS1210 {
public:
ADS1210() : value(0) {};
void begin(uint8_t csPin, uint8_t drdyPin, int eepromAddr);
void begin(uint8_t csPin, uint8_t drdyPin, bool initializeConfig, int eepromAddr);
void exec();
uint32_t value;
The note is not visible to the blocked user.