mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-02 07:40:43 +00:00
11 lines
218 B
C
11 lines
218 B
C
/*
|
|
ESPNOW RC Controller Module
|
|
*/
|
|
|
|
#ifndef CONTROLLER_H
|
|
#define CONTROLLER_H
|
|
|
|
void onDataSent (uint8_t *mac_addr, esp_now_send_status_t status);
|
|
void sensors_data_prepare(espnow_data_packet_t *send_packet);
|
|
|
|
#endif |