-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
PS4 esp32 #82
Comments
why do you think this is a Bluepad32 issue ? (perhaps it is, perhaps it is not). In any case, DO NOT attach photos. Attach the code. |
#include <Bluepad32.h> // Define the number of servo motors // Define the servo parameters // Create an array of servo objects // Map joystick values to servo angle // Define SDA and SCL pins void processGamepad(ControllerPtr ctl) {
} void onConnectedController(ControllerPtr ctl) { void onDisconnectedController(ControllerPtr ctl) { void setup() {
} void loop() {
} I mean I don't actually know if it's bluepad32 I'm probably just missing something I don't know. |
I guess you never reported a bug before... so welcome to the world of reporting bugs.
|
You have a function called |
I’m on Arduino ide I got my ps4 controller to connect to my ESP32 and the sketch uploads with no errors. Wiring and everything is good too but The joy sticks is not controlling the servo motors.
The text was updated successfully, but these errors were encountered: