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
9
#pragma once
10
18
19
#include <
inttypes.h
>
20
#include "
ft5x06.h
"
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
33
uint8_t
ft5x06_get_touches_count_max
(
const
ft5x06_t
*dev);
34
35
#ifdef __cplusplus
36
}
37
#endif
38
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 Mon Sep 15 2025 13:46:11 by
1.13.2