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
* SPDX-FileCopyrightText: 2022 HAW Hamburg
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
15
16
#include <
inttypes.h
>
17
#include "
ft5x06.h
"
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
30
uint8_t
ft5x06_get_touches_count_max
(
const
ft5x06_t
*dev);
31
32
#ifdef __cplusplus
33
}
34
#endif
35
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:127
Generated on Wed Apr 15 2026 03:46:09 by
1.13.2