A simple script that turns a pin into a keypress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.0 KiB

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

Authors