From bd396913fed882efdebb7806476a51406deb9b94 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 26 Oct 2024 10:24:50 +0200 Subject: [PATCH] Added hint for the need of micropython in the Installation section of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325548a..c9f4b8f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A **relais** is used for switching all the LEDs. ## Installation -To install this, use [Thonny](https://thonny.org/), open all the files present in this repository and then save them onto a [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) (or [Pico 2](https://www.raspberrypi.com/products/raspberry-pi-pico-2/), but it's not tested on this platform yet). Then, given you followed above wiring, it should just be running! Then you can jump over the configuration section. +To install this, use [Thonny](https://thonny.org/), open all the files present in this repository and then save them onto a [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) (or [Pico 2](https://www.raspberrypi.com/products/raspberry-pi-pico-2/), but it's not tested on this platform yet) running [MicroPython](https://micropython.org/). Then, given you followed above wiring, it should just be running! Then you can jump over the configuration section. ## Configuration