Skip to content

Commit e72f3e0

Browse files
Fixed IC supplier name
1 parent 779b193 commit e72f3e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

keywords.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ getTVOC KEYWORD2
3434
getCO2 KEYWORD2
3535
getResistance KEYWORD2
3636
getTemperature KEYWORD2
37+
status KEYWORD2
3738

3839
###################################################################
3940
# Constants
@@ -54,4 +55,9 @@ CSS811_FW_APP_VERSION LITERAL1
5455
CSS811_ERROR_ID LITERAL1
5556
CSS811_APP_START LITERAL1
5657
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
5763

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=SparkFun CCS811 Breakout
22
version=1.0.0
33
author=SparkFun Electronics <[email protected]>
44
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.
66
paragraph=Uno examples to drive by I2C to collect extra sensor inputs.
77
category=Sensors
88
url=https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library

0 commit comments

Comments
 (0)