Closed shaylanger closed 3 years ago
Hi @shaylanger, thanks for writing!
This is cool, however I think it's more appropriate for it to be accessible via your fork of deej - you can essentially create your copy of the project and add the relevant code and instructions there, ensuring that any future changes you make continue to live on in that location. If that sounds good to you, perhaps you can do that and then edit the issue to link to your fork?
Please let me know if you have any questions.
Closing for now!
For some reason, you are the only person ive seen use a pico for a deej build, i could not find anyrthing on a deej pico build anywhere else. Thank you!
I had the same issue as the guy above me, love your work
Thanks a lot this is awesome!
I recently built a volume control using Deej and a raspberry pi pico, and figured others might find the python code for the pico usefull (if they wanted to build this as well using a pico)
save this code in a file called main.py on the pico and when the pico is plugged in the Deej program will be able to listen to the potentiometers (you will need to adjust the config.yaml to only have 3 sliders)
Note the Pico only has 3 analog pins (26-28) so it only supports up to 3 potentiometers