mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-30 23:11:04 +00:00
11 lines
150 B
C
11 lines
150 B
C
#ifndef CONTROLS_H
|
|
#define CONTROLSC_H
|
|
|
|
struct motors_pcm {
|
|
int motor1_rpm;
|
|
int motor2_rpm;
|
|
int motor3_rpm;
|
|
int motor4_rpm;
|
|
};
|
|
|
|
#endif |