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