ESP-NOW Transmitter comments

This commit is contained in:
2025-06-17 14:13:22 -04:00
parent 542e662c0d
commit 1bbf55e321

View File

@@ -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>