mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
480 B
Markdown
15 lines
480 B
Markdown
|
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.
|