significant bit handling fixes

This commit is contained in:
Wolfgang Hottgenroth
2014-11-16 19:19:49 +01:00
parent cb329623af
commit 5422180fd5
2 changed files with 6 additions and 4 deletions

View File

@ -75,7 +75,7 @@ private:
const uint32_t V_MAX = 0x3FFFFF;
const float R_REF = 3000.0;
const uint32_t V_MASK = 0x3FFFF0;
const uint8_t SKIPPED_BITS = 4;
uint8_t m_csPin;
uint8_t m_drdyPin;