mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 00:21:06 +00:00
descriptions
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -53,6 +53,15 @@ Changing PWM on each channel determines the speed and direction of the RC car.
|
||||
Fusion of Software & Hardware
|
||||
-----------------------------
|
||||
|
||||
.. code-clock:: c
|
||||
|
||||
struct motors_rpm {
|
||||
int motor1_rpm_pcm;
|
||||
int motor2_rpm_pcm;
|
||||
int motor3_rpm_pcm;
|
||||
int motor4_rpm_pcm;
|
||||
};
|
||||
|
||||
Schematic
|
||||
---------
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 89aeaa214586b6d17d1bd22d73ec727d
|
||||
config: 61248c09f4a0d08aa36b1cf59d586205
|
||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||
|
Reference in New Issue
Block a user