discoverpixy
app.h
Go to the documentation of this file.
1 #ifndef APP_H
2 #define APP_H
3 
15 
20 void app_init();
21 
26 void app_process();
27 
28 
31 #endif /* APP_H */
void app_process()
Definition: app.c:18
void app_init()
Definition: app.c:8