From 46652e3851bcc316329d844108737b70c4224341 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 15 Aug 2024 16:56:27 +0200 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aff12f4..fc1bfb2 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,9 @@ if you were to do this you must know things I learned the hard way: - don't print values live it will mess up with timing and it won't work at all - initialize the pin as output then when it's time to read make it input, pull up and down doesn't work like output -There's a branch with basic 7 segment display support \ No newline at end of file +There's a branch with basic 7 segment display support + +#### Compilation + +It's tricky, I recommend using vscode with the pico extension\ +[Follow the guide](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf#_introduction), but compile an example so that you know you can have a working setup, then go back here. \ No newline at end of file