Newer
Older
ESP32-RetroPlay / main / tasks / button_led_comm.c
@Jerry Xie Jerry Xie 19 days ago 270 bytes Initial Commit
// button_led_comm.c
#include "button_led_comm.h"

// Define the queue handle here. This is where the storage for the queue handle is allocated.
// It is initialized to NULL; the queue itself will be created (allocated) at runtime.
QueueHandle_t xLedControlQueue = NULL;