Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard authored May 9, 2024
1 parent 24e9c27 commit 60951df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ The advantage of working with the Pico like this is that you are able to use it

Best of all though? You can upload to the board without having to plug/unplug the device while pressing the boot button.

## Features

- Platformio-based – easy to compile and upload, gets dependencies automatically
- Has common libraries set up:
- Bounce2 for debouncing button presses
- ResponsiveAnalogRead for smoother readings of analog voltages / potentiometers
- Adafruit MIDI library
- TINYUSB for USB Midi
- C++17, allowing a lot of modern C++ tricks.
- VSCode tasks are included making building easy in VSCode and in NeoVim (using the Overseer plugin)

## Dependencies

You need to have platformio installed to make use of this. I prefer using the command line version.
Expand Down

0 comments on commit 60951df

Please sign in to comment.