-
Notifications
You must be signed in to change notification settings - Fork 88
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
LGT8F328 nano style SPI (PS2 stick) doesnt work #165
Comments
`` int error = 0; void setup() { error = ps2x.config_gamepad( 8, 12, 4, 11, true, true);// //GamePad(clock, command(MISO), attention(SS), data(MOSI), Pressures?, Rumble?) if (error == 0) { } void loop() { |
i also tried to use lgt8f328 for another project which didnt include any SPI protocol , which running fine even with i2c , |
In the latest release of the dbuezas/lgt8fx package, which is 1.0.6, the |
@vincentj87 |
I'm trying to connect RFM95W to LGT8f328P (miniEVB) but getting error code -2 all time. |
i tried to use lgt8f328 to replace my arduino nano in my recent project which using ps2 stick as main controller. It was running ok with the arduino nano but when i tried to replace it with the lgt8f328 it doesnt work at all
The text was updated successfully, but these errors were encountered: