Tony 2023-08-26 14:45:50 +01:00
commit 64780b95b4
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# Analog Clock on a RP2040. #
# Analog Clock on an RP2040. #
* Features:
* Direct Digital Synthesis (DDS)
@ -8,5 +8,8 @@
![Hardware](https://github.com/oddwires/RP2040/blob/master/Clock/Images/Pico_DAC_bb.jpg)
![Hardware](https://github.com/oddwires/RP2040/blob/master/Clock/Images/IMG_1215.JPG)
* Limitations:
* USB serial requires Windows (10 or later)
* The code is working, but is a cut down version of the Function Generator code. This has resulted in some redundant code + variables that need tidying up.