Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
24
extern
"C"
{
25
#endif
26
34
uint8_t
ft5x06_get_touches_count_max
(
const
ft5x06_t
*dev);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
/* FT5X06_INTERNAL_H */
ft5x06.h
ft5x06_get_touches_count_max
uint8_t ft5x06_get_touches_count_max(const ft5x06_t *dev)
Get the maximum touches count of a device, based on its model.
inttypes.h
Adds include for missing inttype definitions.
ft5x06_t
Device descriptor for the driver.
Definition
ft5x06.h:128
Generated on Fri Jan 3 2025 13:31:19 by
1.9.8