8 lines
290 B
Markdown
8 lines
290 B
Markdown
# esp-clockgen
|
|
|
|
## generate a clock signal with an esp32.
|
|
|
|
If a Si5351 clock generator is connected to the i2C buss it will be used to generate the signal on PLL A.
|
|
Otherwise the PWM output pin of the esp32 is used.
|
|
Configuration of the clock signal is done via the esp32 serial interface.
|