Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RepairVTC opened this issue Jan 2, 2024 · 0 comments
Open

Comments

@RepairVTC
Copy link

//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())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant