1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph/freqm
2023-11-23 20:53:14 +01:00
..
main.c tests/periph: add test-application for peripheral freqm 2023-11-23 20:53:14 +01:00
Makefile tests/periph: add test-application for peripheral freqm 2023-11-23 20:53:14 +01:00
README.md tests/periph: add test-application for peripheral freqm 2023-11-23 20:53:14 +01:00

Peripheral FREQM Test Application

This application tests the frequency meter (FREQM) functionality. This is done by measuring the frequency of a clock, connected to a GPIO, with an internal clock as reference.

Expected Output on Success

main(): This is RIOT! (Version: <INSERT VERSION HERE>)
FREQM peripheral driver test
Measured clock frequency: <MEASURED CLOCK FREQUENCY> Hz
Test run finished.