1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/ccs811
2024-03-26 14:53:35 +01:00
..
main.c tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md treewide: replace occurrences of tests/driver_ with new path 2023-05-06 15:38:21 +02:00

AMS CCS811 device driver test application

About

This is a manual test application for the CCS811 driver. It shows how the sensor can be used for periodic polling.

Usage

The test application demonstrates the use of the CCS811 using

  • data-ready status function ccs811_data_ready to wait for new data and
  • default configuration parameters, that is, the measurement mode CCS811_MODE_1S with one measurement per second.

Please refer $(RIOTBASE)/tests/drivers/ccs811_full to learn how to use the CCS811 with interrupts.