WLED/wled00/CallbackFunction.h

9 lines
123 B
C
Raw Normal View History

2017-02-21 23:59:47 +01:00
#ifndef CALLBACKFUNCTION_H
#define CALLBACKFUNCTION_H
#include <Arduino.h>
typedef void (*CallbackFunction) ();
#endif