From 7ac6f348abb367b39c65ebe74a924426d191dd7e Mon Sep 17 00:00:00 2001 From: Quentin Bolsee <quentinbolsee@hotmail.com> Date: Thu, 4 Apr 2024 13:01:43 -0400 Subject: [PATCH] code link --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 305bf42..3a30db2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,11 @@ To verify that the REPL is available on the RP2040's UART port, you can connect The USB-to-serial adapter should be set to a baudrate of `115200`. If successful, you'll be greeted by the REPL as if you were directly connected to the RP2040 through its native USB port. -## Minimal self-replicating code +## Code + +example codes are found in [](./code) + +### Minimal self-replicating code ```py # main.py @@ -50,7 +54,7 @@ time.sleep_ms(200) p.value(1) ``` -## Song and dance: using the buzzer and neopixel +### Song and dance: using the buzzer and neopixel ```py # main.py -- GitLab