43e0addc51e572897925697f61c845485104cc13
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
Description
Languages
C
94.4%
C++
3.2%
Python
2.4%