array of channels and config stuff

This commit is contained in:
Wolfgang Hottgenroth
2014-11-17 19:45:38 +01:00
parent f4cadb46a2
commit 4ea27a7169
7 changed files with 68 additions and 89 deletions

View File

@ -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;