Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lurbano committed Aug 5, 2023
1 parent c2f4fc9 commit 78fb0e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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.

0 comments on commit 78fb0e5

Please sign in to comment.