1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_pulse_counter
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 tests: replace SLEEP define 2019-10-10 10:47:38 +02:00
Makefile examples: test: remove remaining occurences of wsn430 2020-07-10 16:49:08 +02:00
README.md tests/driver_pulse_counter: test application for pulse counter driver 2018-01-22 12:34:47 -08:00

About

This is a manual test application for the PULSE_COUNTER driver.

Usage

This test application will initialize the PULSE_COUNTER sensor with the configuration as specified in the default pulse_counter_params.h file.

If you want to use this test application with different parameters, you can simply override the default PULSE_COUNTER_PARAMS.

After initialization, the sensor reads the pulse counter values every second and prints them to STDOUT.