-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add joystick support #5
Comments
@djsedaw Please switch to this issue for discussion.
Micro has 20 I/O pins, but MISO/MOSI/SCK/SS are not included in this count. So unfortunately, it looks like we are exactly 1 pin short.
If you're going with Pi Pico, this library is largely useless, since it's tailored to the 32U4. |
That's what I thought, 1 pin to far, do you think it's possible to port the library to the Pico? Will have a try! |
As I mentioned, basically none of this code is applicable to the RP2040, because it directly manipulates AVR registers. You are better off looking at an existing RP2040 project; here's one example: https://github.com/TonyMacDonald1995/DS4toPS2 |
Maybe an option to add a PCF8575 i2c pin extender |
hi, Pico code writing going weil, thought i had better make sure the cable works, but try it using your library, have connected it to the micro as per your instructions but it does not move the menus, have checked that the buttons work, checked the wires on the ps2 cable, but not working, powering it by the 3.3v, should the Rx light be on all the time? |
Placeholder issue for discussion - not actively being worked on by me.
The text was updated successfully, but these errors were encountered: