mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:50:53 +00:00
descriptions
This commit is contained in:
@@ -53,6 +53,15 @@ Changing PWM on each channel determines the speed and direction of the RC car.
|
|||||||
Fusion of Software & Hardware
|
Fusion of Software & Hardware
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
``` C
|
||||||
|
struct motors_rpm {
|
||||||
|
int motor1_rpm_pcm;
|
||||||
|
int motor2_rpm_pcm;
|
||||||
|
int motor3_rpm_pcm;
|
||||||
|
int motor4_rpm_pcm;
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
Schematic
|
Schematic
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user