nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
click_detector.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019-2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _CLICK_DETECTOR_H_
8#define _CLICK_DETECTOR_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15 uint16_t key_id;
17};
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* _CLICK_DETECTOR_H_ */
bool consume_button_event
Definition: click_detector.h:16
uint16_t key_id
Definition: click_detector.h:15
Definition: click_detector.h:14