calibration
This commit is contained in:
parent
df23e1d2aa
commit
2a79454dd9
2 changed files with 1 additions and 3 deletions
|
@ -25,7 +25,7 @@ v1.0 - First release
|
|||
#define RLOAD 10.0
|
||||
/// Calibration resistance at atmospheric CO2 level
|
||||
// #define RZERO 76.63
|
||||
#define RZERO 1357.29
|
||||
#define RZERO 420
|
||||
/// Parameters for calculating ppm of CO2 from sensor resistance
|
||||
#define PARA 116.6020682
|
||||
#define PARB 2.769034857
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#include <MQ135.h>
|
||||
#include <dht.h>
|
||||
|
||||
#define RZERO 1
|
||||
|
||||
#define PIN_MQ135 A0
|
||||
#define PIN_DHT11 A1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue