tab size, m_errorCount

This commit is contained in:
Wolfgang Hottgenroth
2017-01-04 17:07:08 +01:00
parent a18234f696
commit 8b34b562f8
2 changed files with 8 additions and 5 deletions

View File

@ -81,6 +81,7 @@ private:
uint8_t m_recvBuffer[RECEIVE_BUFFER_SIZE];
bool m_sampling;
bool m_calibration;
uint16_t m_errorCount;
void prepareResponse(bool err, uint8_t in);
void sample();
void hold();