mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-22 10:36:11 +00:00
ESP-NOW Transmitter comments
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
/* ESPNOW Example
|
/* ESPNOW Transmitter
|
||||||
|
by: Alexander Bobkov
|
||||||
|
Date Created: June 17, 2025
|
||||||
|
Updated: June 17, 2025
|
||||||
|
|
||||||
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
|
|
||||||
@@ -8,9 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This example shows how to use ESPNOW.
|
This program uses ESPNOW for transmitting joystick x- and y- axis values to the receiving device.
|
||||||
Prepare two device, one for sending ESPNOW data and another for receiving
|
|
||||||
ESPNOW data.
|
|
||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
Reference in New Issue
Block a user