Loading...
Searching...
No Matches
ft5x06_internal.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 HAW Hamburg
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
17#ifndef FT5X06_INTERNAL_H
18#define FT5X06_INTERNAL_H
19
20#include <inttypes.h>
21#include "ft5x06.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* FT5X06_INTERNAL_H */
uint8_t ft5x06_get_touches_count_max(const ft5x06_t *dev)
Get the maximum touches count of a device, based on its model.
Adds include for missing inttype definitions.
Device descriptor for the driver.
Definition ft5x06.h:128