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 
10 #pragma once
11 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
42 #define SX1280_RX_SINGLE_MODE 0x0000
43 
53 #define SX1280_RX_CONTINUOUS_MODE 0xFFFF
54 
60 #define SX1280_WAKEUP_TIME_MS 2
61 
67 #define SX1280_RESET_MS 1
68 
69 #ifdef __cplusplus
70 }
71 #endif
72