ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:40:03 -05:00
parent 030134d73e
commit 1eee8d05df
7 changed files with 1081 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ Struct that holds PCM for RPMs for each of 4 motors.
Positive PCM values for clock-wise rotation, and negative values for counter-vise rotation.
*/
struct motors_rpm {
typedef struct motors_rpm {
int motor1_rpm_pcm;
int motor1_gpio;
int motor2_rpm_pcm;