PicoPedal

Made with <3 by @apollo

A simple script that turns a pin into a keypress ## RP2040 Version ### Built With - Circuit Python - Adafruit HID - Adafruit Debouncer - Adafruit Ticks ### Usage #### Wiring | Pico Pin | Audio Jack | | -------- | ---------- | | GP5 | LEFT/RIGHT | | GND | GROUND | ## CH552 Version ### Built With - CH5XXDuino - ArduinoIDE ### Usage #### Programming As long as your CH552 chip is blank, you may upload the firmware directly by selecting the port in Arduino IDE and pressing upload. Otherwise, you will need to hold the `BOOT` button and insert the USB into your computer. If you need the change the character that is pressed by the board, you may do so by adjusting the definitions near the top of the `.ino` file. ## Licensing This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/) ## Authors * [Brett Bender](https://git.brettb.xyz/apollo)