WLED/wled00/CallbackFunction.h

9 wiersze
123 B
C

#ifndef CALLBACKFUNCTION_H
#define CALLBACKFUNCTION_H
#include <Arduino.h>
typedef void (*CallbackFunction) ();
#endif