5* Institution: BFH Bern University of Applied Sciences
6* File: common/app/app.c
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-04-03 timolang@gmail.com 1f2af9f Added more tft functions to common and emulator. Fixed eventloop.
12* 2015-04-03 timolang@gmail.com cab8609 Integrated pixy into emulator. Pixy is no longer in the common/libs folder but in emulator/libs and discovery/libs
13* 2015-04-03 timolang@gmail.com 1aa9194 Fixed Drawing of rects in Emulator. Got frames from pixy to emulator. Slooooow.
14* 2015-04-25 timolang@gmail.com 416883c Pixy&Usb work with the new folder structure now.
15* 2015-04-25 timolang@gmail.com 3d1e4b2 Simplified code a bit. Emulator does not work stable when replugging pixy.
16* 2015-04-25 timolang@gmail.com 0858b0d Fixed some bugs when receiving large data.
17* 2015-04-27 timolang@gmail.com 259d446 Added touch support to emulator. Implemented basic touch function.