more config stuff
This commit is contained in:
@ -14,7 +14,10 @@ public:
|
||||
void begin(uint8_t csPin, uint8_t drdyPin, bool initializeConfig, int eepromAddr);
|
||||
void exec();
|
||||
|
||||
uint32_t value;
|
||||
float calFactor;
|
||||
float calOffset;
|
||||
|
||||
uint32_t value;
|
||||
float u;
|
||||
float rRaw;
|
||||
float r;
|
||||
@ -80,8 +83,6 @@ private:
|
||||
uint8_t m_csPin;
|
||||
uint8_t m_drdyPin;
|
||||
int m_eepromAddr;
|
||||
float m_calFactor;
|
||||
float m_calOffset;
|
||||
|
||||
|
||||
void enableCS() const;
|
||||
|
Reference in New Issue
Block a user