#include <Arduino.h>
Go to the source code of this file.
|
#define | LD2410_BAUD_RATE 256000 |
|
#define | LD2410_BUFFER_SIZE 0x40 |
|
#define | LD2410_LATEST_FIRMWARE "2.44" |
|
|
enum class | LightControl { NOT_SET = -1
, NO_LIGHT_CONTROL
, LIGHT_BELOW_THRESHOLD
, LIGHT_ABOVE_THRESHOLD
} |
| The auxiliary light control status.
|
|
enum class | OutputControl { NOT_SET = -1
, DEFAULT_LOW
, DEFAULT_HIGH
} |
| The auxiliary output control status.
|
|
enum class | AutoStatus { NOT_SET = -1
, NOT_IN_PROGRESS
, IN_PROGRESS
, COMPLETED
} |
| The status of the auto-thresholds routine.
|
|