arduino-esp32/docs/en/api
Jan Procházka 1a80829435
Add ESP-NOW Arduino library (#9395)
* feat(libs): Add ESP-NOW Arduino library

* Update libraries/ESP_NOW/src/ESP32_NOW.cpp

Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>

* Update libraries/ESP_NOW/src/ESP32_NOW.cpp

Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>

* fix(esp-now): Add check if Wifi is started.

* Fix ESP_NOW_Serial

* Add ESP NOW Serial Example

* Add comment

* Skip esp-now example for esp32h2

* Add broadcast address constant

* Change return value to align with other APIs

* Apply suggested changes

* Improve example

* Fix example

* Improve serial example

* Add argument to receive callback to know if a message was broadcasted

* Update libraries/ESP_NOW/src/ESP32_NOW_Serial.cpp

* Simplify example

* Add broadcast example

* Change comments

* Change comment

* Improve broadcast master example

* Remove examples using IDF's API

* Fix example

* Add network example

* Add skip file

* Add LMK back

* Add logs

* Improve example

* Fix example

* Apply @suglider suggestions from code review

Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>

* Add documentation

* fix examples links in docs

* Apply @lucasssvaz suggestions to docs

Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>

* Update espnow.rst

* Update examples

* make onSent optional and remove underscores for virtual functions

* Make onRecieve also optional and make constructor protected

---------

Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Co-authored-by: me-no-dev <hristo@espressif.com>
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
2024-04-03 18:18:57 +03:00
..
adc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
ble.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
bluetooth.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
dac.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
deepsleep.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
espnow.rst Add ESP-NOW Arduino library (#9395) 2024-04-03 18:18:57 +03:00
ethernet.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
gpio.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
i2c.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
i2s.rst Add I2S examples and documentation (#9030) 2024-01-19 17:25:07 +02:00
insights.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
ledc.rst feature(ledc): Add output invert option for LEDC pin + minor fixes (#9257) 2024-02-21 16:15:06 +02:00
preferences.rst Removed duplicated getType documentation. (#9141) 2024-01-19 17:23:01 +02:00
pulse_counter.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
rainmaker.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
reset_reason.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
rmt.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
sdio.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
sdmmc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
sigmadelta.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
spi.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
timer.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
touch.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
usb.rst Improve USBVendor Example (#9349) 2024-03-11 15:10:46 +02:00
usb_cdc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
usb_msc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
wifi.rst 3.0.0 Network Refactoring (#8760) 2024-03-26 23:31:23 +02:00