|
LD2410Async
Asynchronous Arduino ESP32 library for the LD2410 mmWave radar sensor
|
#include "Arduino.h"Go to the source code of this file.
Macros | |
| #define | LD2410ASYNC_DEBUG_LEVEL 0 |
| #define | LD2410ASYNC_DEBUG_DATA_LEVEL 0 |
| #define | DEBUG_PRINT_MILLIS |
| #define | DEBUG_PRINT(...) |
| #define | DEBUG_PRINTLN(...) |
| #define | DEBUG_PRINTBUF(...) |
| #define | DEBUG_PRINT_DATA(...) |
| #define | DEBUG_PRINTLN_DATA(...) |
| #define | DEBUG_PRINTBUF_DATA(...) |
| #define DEBUG_PRINT | ( | ... | ) |
Definition at line 51 of file LD2410Debug.h.
| #define DEBUG_PRINT_DATA | ( | ... | ) |
Definition at line 68 of file LD2410Debug.h.
| #define DEBUG_PRINT_MILLIS |
Definition at line 50 of file LD2410Debug.h.
| #define DEBUG_PRINTBUF | ( | ... | ) |
Definition at line 53 of file LD2410Debug.h.
| #define DEBUG_PRINTBUF_DATA | ( | ... | ) |
Definition at line 70 of file LD2410Debug.h.
| #define DEBUG_PRINTLN | ( | ... | ) |
Definition at line 52 of file LD2410Debug.h.
| #define DEBUG_PRINTLN_DATA | ( | ... | ) |
Definition at line 69 of file LD2410Debug.h.
| #define LD2410ASYNC_DEBUG_DATA_LEVEL 0 |
Definition at line 16 of file LD2410Debug.h.
| #define LD2410ASYNC_DEBUG_LEVEL 0 |
Definition at line 12 of file LD2410Debug.h.