This commit is contained in:
2025-07-06 00:15:36 -04:00
parent a9b248d0e2
commit 3580b720ef
7 changed files with 8 additions and 8 deletions

View File

@@ -11,9 +11,9 @@ Configuration Variables
typedef struct {
int x_axis; // Joystick x-position
int y_axis; // Joystick y-position
bool nav_bttn; // Joystick push button
bool nav_btn; // Joystick push button
bool led; // LED ON/OFF state
uint8_t motor1_rpm_pwm; // PWMs for 4 DC motors
uint8_t motor1_rpm_pwm; // PWMs for each DC motor
uint8_t motor2_rpm_pwm;
uint8_t motor3_rpm_pwm;
uint8_t motor4_rpm_pwm;