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
20extern "C" {
21#endif
22
31
32#ifdef __cplusplus
33}
34#endif
35
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:127