Loading...
Searching...
No Matches
sx1280_constants.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 Inria
3 * Copyright (C) 2020-2022 Université Grenoble Alpes
4 *
5 * This file is subject to the terms and conditions of the GNU Lesser
6 * General Public License v2.1. See the file LICENSE in the top level
7 * directory for more details.
8 */
9
21#ifndef SX1280_CONSTANTS_H
22#define SX1280_CONSTANTS_H
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
43#define SX1280_RX_SINGLE_MODE 0x0000
44
54#define SX1280_RX_CONTINUOUS_MODE 0xFFFF
55
61#define SX1280_WAKEUP_TIME_MS 2
62
68#define SX1280_RESET_MS 1
69
70#ifdef __cplusplus
71}
72#endif
73
74#endif /* SX1280_CONSTANTS_H */