From 78fb0e50e487046cb395cc3b115c2da1d8edf20d Mon Sep 17 00:00:00 2001 From: lurbano Date: Fri, 4 Aug 2023 22:12:06 -0500 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a15f8a..e6abee8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Requirements: * Raspberry Pi Pico or Pico W +# Installation ## Install Circuitpython Download and copy the appropriate circuitpython file to the Raspberry Pi Pico (or pico W): * For Pico: https://circuitpython.org/board/raspberry_pi_pico/ @@ -14,5 +15,5 @@ The Pico will rename itself CIRCUITPI * neopixel.mpy: https://circuitpython.org/libraries * ledPixelsPico.py: https://github.com/lurbano/ledPixelsPico * The Pico will run the code.py file by default. -** This program assumes you have a 30 pixel array (at GPIO15) and a touch sensor (at GPIO16). -** It will run a rainbow pattern that turns on and off when you touch the touch sensor. + * This program assumes you have a 30 pixel array (at GPIO15) and a touch sensor (at GPIO16). + * It will run a rainbow pattern that turns on and off when you touch the touch sensor.