1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/bh1750
2023-05-04 12:45:07 +02:00
..
app.config.test tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02: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
README.md tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00

About

This test application is created for testing/demonstrating the BH1750FVI driver. It uses the default device parameters as specified in drivers/bh1750fvi/include/bh1750fvi_params.h. To override these setting, you can simply do this by defining these parameters as compiler flags while uilding, e.g.:

$ CFLAGS="-DBH1750FVI_PARAM_I2C=I2C_DEV(1)"" make all

Usage

Simply flash this example to your board and it will read the sensor value 5 times per second and print the sampled value to STDIO. You can verify the values by simply covering the sensor or holding it in front of a bright light and see the change in the sensor readings accordingly.