File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ getTVOC KEYWORD2
34
34
getCO2 KEYWORD2
35
35
getResistance KEYWORD2
36
36
getTemperature KEYWORD2
37
+ status KEYWORD2
37
38
38
39
###################################################################
39
40
# Constants
@@ -54,4 +55,9 @@ CSS811_FW_APP_VERSION LITERAL1
54
55
CSS811_ERROR_ID LITERAL1
55
56
CSS811_APP_START LITERAL1
56
57
CSS811_SW_RESET LITERAL1
58
+ SENSOR_SUCCESS LITERAL1
59
+ SENSOR_ID_ERROR LITERAL1
60
+ SENSOR_I2C_ERROR LITERAL1
61
+ SENSOR_INTERNAL_ERROR LITERAL1
62
+ SENSOR_GENERIC_ERROR LITERAL1
57
63
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name=SparkFun CCS811 Breakout
2
2
version =1.0.0
3
3
author =SparkFun Electronics <
[email protected] >
4
4
maintainer =SparkFun Electronics <sparkfun.com>
5
- sentence =A library to drive the STmicro CCS811 by I2C.
5
+ sentence =A library to drive the AMS CCS811 by I2C.
6
6
paragraph =Uno examples to drive by I2C to collect extra sensor inputs.
7
7
category =Sensors
8
8
url =https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library
You can’t perform that action at this time.
0 commit comments