Skip to content

Tags: init99/arduino

Tags

1.3.4

Toggle 1.3.4's commit message
Updated example code

1.3.3

Toggle 1.3.3's commit message
Updated version number.

1.3.2

Toggle 1.3.2's commit message
Edited version code

1.3.1

Toggle 1.3.1's commit message
Removed unused files, changed example names

1.1

Toggle 1.1's commit message
v1.0.2

-Changed getCO2 to return a char and if sensor is non existent will return NULL
-Changed getPM2 to return a char and if sensor is non existent will return NULL
-Added a new function getPM2_Raw which will return the value of PM2 as an integer
-Added a new function getCO2_Raw which will return the value of CO2 as an integer
-Added 2 new variables in the TMP_Raw Struct:
1. t_Char
2. rh_Char
These variables will be used to store the corresponding values as char and if sensor is nonexistent should be NULL