mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:10:52 +00:00
ESP32-C3 RC & Receiver
This commit is contained in:
@@ -35,13 +35,9 @@ DC motors PWM values are organized in a struct as follows:
|
||||
```C
|
||||
struct motors_rpm {
|
||||
int motor1_rpm_pcm;
|
||||
int motor1_gpio;
|
||||
int motor2_rpm_pcm;
|
||||
int motor2_gpio;
|
||||
int motor3_rpm_pcm;
|
||||
int motor3_gpio;
|
||||
int motor4_rpm_pcm;
|
||||
int motor4_gpio;
|
||||
};
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user