1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_opt3001
Leandro Lanzieri 50383d7082
tests: add Kconfig configuration files for multiple driver tests
Configurations have been added for:
- opt3001
- pca9633
- pca9685
- pcd8544
- ph_oem
- pir
- pn532
- pulse_counter
- qmc5883l
- rn2xx3
2021-01-14 10:00:44 +01:00
..
app.config.test tests: add Kconfig configuration files for multiple driver tests 2021-01-14 10:00:44 +01:00
main.c drivers/opt3001: Initial support 2019-10-02 10:06:28 +02:00
Makefile drivers/opt3001: Initial support 2019-10-02 10:06:28 +02:00
README.md drivers/opt3001: Initial support 2019-10-02 10:06:28 +02:00

About

This is a manual test application for the OPT3001 ambient light sensor driver.

Usage

This test application will initialize the OPT3001 sensor and read the light values every 1s and prints them to STDOUT.