Skip to content

Commit dd43783

Browse files
author
Astra
authored
Add descriptions for all the faps (#13)
1 parent d49c328 commit dd43783

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.catalog/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Signal Generator
2+
3+
This is a simple signal generator that can be used to generate a signal with a given frequency. There are two modes: PWM and Clock.
4+
5+
## PWM Mode
6+
7+
In PWM mode, the signal is generated by toggling the GPIO pin at the given frequency with a given pulse width. You can also select the GPIO pin on which the signal will be generated.
8+
9+
## Clock Mode
10+
11+
In Clock mode, the signal is generated from the clock signal of the microcontroller. The frequency of the clock signal can be divided by a given value to get the desired frequency. The maximum frequency that can be generated is 64MHz, and the minimum is 32.768kHz. You can also manually select the frequency divider from 1 to 16. The GPIO pin is fixed at 13 (TX).

0 commit comments

Comments
 (0)