From c8c318d47e91aacf8b2b5fdb11984988f0fa871f Mon Sep 17 00:00:00 2001 From: ArjanteMarvelde Date: Mon, 19 Apr 2021 22:13:56 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b48f13..a7853db 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ The display is a standard 16x2 LCD, but with an I2C interface. The display is co ## Open issues: - [x] take care of processing cycles, by moving signal processing parts to the second core - [X] add some more filtering +- [x] implement the user I/O bit: LCD+Rotary encoder+buttons - [ ] implement AGC and RSSI -- [ ] implement the user I/O bit: LCD+Rotary encoder+buttons - [ ] sort out the surrounding HW ## Installing and using the SDK for Windows: From 171b986e0108d464aebba60127f723c2d089f4bd Mon Sep 17 00:00:00 2001 From: ArjanteMarvelde Date: Mon, 19 Apr 2021 22:16:12 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a7853db..e7ce93f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ The display is a standard 16x2 LCD, but with an I2C interface. The display is co - [X] add some more filtering - [x] implement the user I/O bit: LCD+Rotary encoder+buttons - [ ] implement AGC and RSSI +- [ ] implement other modes than USB - [ ] sort out the surrounding HW +- [ ] maybe design a PCB? ## Installing and using the SDK for Windows: Please refer to https://github.com/ndabas/pico-setup-windows/releases where the latest installer can be downloaded (e.g. **pico-setup-windows-0.3-x64.exe**).