diff --git a/Clock/README.md b/Clock/README.md index 1758b72..4438918 100644 --- a/Clock/README.md +++ b/Clock/README.md @@ -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.