mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-22 21:17:16 +02:00
CO2 error handling in library
Small improvements in examples
This commit is contained in:
@ -223,7 +223,7 @@ class AirGradient
|
||||
void CO2_Init();
|
||||
void CO2_Init(int,int);
|
||||
void CO2_Init(int,int,int);
|
||||
const char* getCO2(int retryLimit = 5);
|
||||
int getCO2(int numberOfSamplesToTake = 5);
|
||||
int getCO2_Raw();
|
||||
SoftwareSerial *_SoftSerial_CO2;
|
||||
|
||||
|
Reference in New Issue
Block a user