Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,12 @@ arduino-cli lib install Bounce2
arduino-cli lib install "RPI_PICO_TimerInterrupt"

# Clone BRAIDS and STMLIB libraries
git clone https://github.com/poetaster/arduinoMI.git
# Copy to Arduino libraries folder

# change to Arduino libray folder
cd ~/Arduino/libraries
git clone https://github.com/poetaster/STMLIB.git
git clone https://github.com/poetaster/BRAIDS.git

```

### Compile and Upload
Expand Down
Loading