Loading...
Searching...
No Matches
sx1280_constants.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Inria
3 * SPDX-FileCopyrightText: 2020-2022 Université Grenoble Alpes
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7#pragma once
8
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
39#define SX1280_RX_SINGLE_MODE 0x0000
40
50#define SX1280_RX_CONTINUOUS_MODE 0xFFFF
51
57#define SX1280_WAKEUP_TIME_MS 2
58
64#define SX1280_RESET_MS 1
65
66#ifdef __cplusplus
67}
68#endif
69