mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:11:00 +00:00
.
This commit is contained in:
@@ -6,12 +6,11 @@
|
||||
ByteRider documentation
|
||||
=======================
|
||||
|
||||
.. image:: _static/ESP-IDF_Robot.jpg
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
intro
|
||||
overview
|
||||
progress
|
||||
|
||||
.. image:: _static/ESP-IDF_Robot.jpg
|
@@ -115,6 +115,7 @@ The function for updating motors' PWM values.
|
||||
The onDataReceived() and onDataSent() are two call-bacl functions that get evoked on each corresponding event.
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
// Call-back for the event when data is being received
|
||||
void onDataReceived (uint8_t *mac_addr, uint8_t *data, uint8_t data_len) {
|
||||
|
||||
|
Reference in New Issue
Block a user