fusion-zauberstab/firmware/include/app.h
Thomas Schmid 0ec232f1af first draft of esp32 firmware
Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
2022-06-17 03:31:17 +02:00

10 lines
135 B
C

#ifndef ZAUBERSTAB_APP_H
#define ZAUBERSTAB_APP_H
struct App {
void (*loop)(void);
void (*setup)(void);
};
struct App
#endif