discoverpixy
ll_touch.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/lowlevel/ll_touch.h
7 *
8 * Version History:
9 * Date Autor Email SHA Changes
10 * 2015-04-27 timolang@gmail.com 259d446 Added touch support to emulator. Implemented basic touch function.
11 * 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
12 *
13 **************************************************************************************************************************************/
14 
15 #include <stdint.h>
16 #include <stdbool.h>
17 
22 
28 
33 
34 
35 bool ll_touch_init();
36 
bool ll_touch_init()