blitzer/blitzercontroller/src/remote.h

13 lines
195 B
C

#ifndef remote_h
#define remote_h
#include <Arduino.h>
#include <espnow.h>
#include <speed.h>
typedef struct struct_message {
int action;
} struct_message;
void handleRemoteSetup();
#endif