From 155380a95c4335c178921047eed20d2ca6f9cd8e Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 19 Mar 2026 23:48:21 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b61104a..34c845c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ PicoCalc supports **C/C++ development** via Pico SDK,The firmware can be modifie - I²C/SPI communication for interfacing with external sensors. - Keyboard remapping and custom UI modifications. -See the [Code](https://github.com/clockworkpi/PicoCalc/tree/master/Code) directory for sample applications. +See the [Code](https://github.com/clockworkpi/PicoCalc/tree/master/Code) directory and [Wiki](https://github.com/clockworkpi/PicoCalc/wiki) for sample applications and quick start. ---