Ver Fonte

Revert "Merge signal_generator from https://github.com/xMasterX/all-the-plugins"

This reverts commit 50de3093cae06bbfa56efc04f71b3ffb9a88e377, reversing
changes made to 0649d7b1b5a70e3f25e1f09a2a804454985a92e1.
Willy-JL há 2 anos atrás
pai
commit
b62aa83424

+ 11 - 0
signal_generator/.catalog/README.md

@@ -0,0 +1,11 @@
+# Signal Generator
+
+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.
+
+## PWM Mode
+
+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.
+
+## Clock Mode
+
+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).

BIN
signal_generator/.catalog/screenshots/1.png


BIN
signal_generator/.catalog/screenshots/2.png


BIN
signal_generator/.catalog/screenshots/3.png