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
23extern "C" {
24#endif
25
34
35#ifdef __cplusplus
36}
37#endif
38
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