WLED/wled00/CallbackFunction.h
2017-02-21 23:59:47 +01:00

9 lines
123 B
C

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