discoverpixy
app.h
Go to the documentation of this file.
1 /**************************************************************************************************************************************
2 * Project: discoverpixy
3 * Website: https://github.com/t-moe/discoverpixy
4 * Authors: Aaron Schmocker, Timo Lang
5 * Institution: BFH Bern University of Applied Sciences
6 * File: common/app/app.h
7 *
8 * Version History:
9 * Date Autor Email SHA Changes
10 * 2015-04-03 timolang@gmail.com 51089aa Refactored Project Structure for use with emulator
11 * 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
12 * 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
13 * 2015-06-08 timolang@gmail.com 73db8b5 Added doxygen mainpage comment in app.h
14 *
15 **************************************************************************************************************************************/
16 
17 #ifndef APP_H
18 #define APP_H
19 
31 
36 void app_init();
37 
42 void app_process();
43 
44 
47 #endif /* APP_H */
void app_process()
Definition: app.c:48
void app_init()
Definition: app.c:37