ugfx/drivers/ginput/touch/FT5x06/ginput_lld_mouse_board_temp...

28 lines
508 B
C
Raw Normal View History

2013-06-22 03:00:48 +00:00
/*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
2013-07-21 20:20:37 +00:00
* http://ugfx.org/license.html
2013-06-22 03:00:48 +00:00
*/
#ifndef _GINPUT_LLD_MOUSE_BOARD_H
#define _GINPUT_LLD_MOUSE_BOARD_H
static void init_board(void) {
2013-07-21 15:42:25 +00:00
2013-06-22 03:00:48 +00:00
}
static inline bool_t getpin_irq(void) {
2013-07-21 15:42:25 +00:00
2013-06-22 03:00:48 +00:00
}
static void write_reg(uint8_t reg, uint8_t n, uint16_t val) {
2013-07-21 15:42:25 +00:00
2013-06-22 03:00:48 +00:00
}
static uint16_t read_reg(uint8_t reg, uint8_t n) {
2013-07-21 15:42:25 +00:00
2013-06-22 03:00:48 +00:00
}
#endif /* _GINPUT_LLD_MOUSE_BOARD_H */