Skip to content

doesn't compile with latest library version v2.0.3 CCS811 sparkfun #4

@RepairVTC

Description

@RepairVTC

//check status CCS811 sensor
//CCS811Core::status returnCode = sensorCCS811.begin();
//if (returnCode != CCS811Core::SENSOR_SUCCESS)

==> add this line, and uncomment the above code lines, to have it work with the latest library sparkfun 2.0.3 CCS811
//check status CCS811 sensor
if (!sensorCCS811.begin())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions