From 9166a128706131732ef6973f67d9e290441431d1 Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 25 Aug 2023 14:10:41 +0100 Subject: [PATCH 1/2] Update README.md --- Clock/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Clock/README.md b/Clock/README.md index 1758b72..5be848c 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,7 @@ ![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) From 610792492f0d283253f063e224adabc96e4a7ea7 Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 25 Aug 2023 14:15:12 +0100 Subject: [PATCH 2/2] Update README.md --- Clock/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Clock/README.md b/Clock/README.md index 5be848c..4438918 100644 --- a/Clock/README.md +++ b/Clock/README.md @@ -12,3 +12,4 @@ * 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.