mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 03:42:24 +00:00
9 lines
192 B
C
9 lines
192 B
C
#ifndef ESPNOW_EXAMPLE_H
|
|
#define ESPNOW_EXAMPLE_H
|
|
|
|
void chip_sensor_init ();
|
|
void system_led_init ();
|
|
static void system_led_task (void *arg);
|
|
static void temp_sensor_task (void *arg);
|
|
|
|
#endif |