From 4d80d04ee174b26b026dd51f89943b4c86000d42 Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 25 Aug 2023 13:49:59 +0100 Subject: [PATCH] added README.md --- Clock/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Clock/README.md diff --git a/Clock/README.md b/Clock/README.md new file mode 100644 index 0000000..bcd6835 --- /dev/null +++ b/Clock/README.md @@ -0,0 +1,10 @@ +# Analog Clock on a RP2040. # + +* Features: + * Direct Digital Synthesis (DDS) + * Dual 8 bit R-2R Digital to Analog converter + * Target device = Pico (also works on Pimoroni PGA2040) + * Set time through Putty terminal session over USB port + +* Limitations: + * USB serial requires Windows (10 or later) \ No newline at end of file