Loading...
Searching...
No Matches
ir_nec_constants.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Dario Petrillo
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22#define IR_NEC_START_US 4500
23#define IR_NEC_ZERO_US 562
24#define IR_NEC_ONE_US 1687
25#define IR_NEC_EPS_US 350
26
27#ifdef __cplusplus
28}
29#endif
30