mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-21 20:52:08 +02:00
add get nox/tvoc learning offset
This commit is contained in:
@ -293,3 +293,7 @@ void Sgp41::setNoxLearningOffset(int offset) {
|
||||
void Sgp41::setTvocLearningOffset(int offset) {
|
||||
tvocLearnOffset = offset;
|
||||
}
|
||||
|
||||
int Sgp41::getNoxLearningOffset(void) { return noxLearnOffset; }
|
||||
|
||||
int Sgp41::getTvocLearningOffset(void) { return tvocLearnOffset; }
|
||||
|
Reference in New Issue
Block a user