mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 02:47:16 +00:00
10 lines
159 B
C
10 lines
159 B
C
/*
|
|
ESPNOW RC Controller Module
|
|
*/
|
|
|
|
#ifndef RECEIVER_H
|
|
#define RECEIVER_H
|
|
|
|
void onDataReceived (uint8_t *mac_addr, uint8_t *data, uint8_t data_len);
|
|
|
|
#endif |