|
LD2410Async
Asynchronous Arduino ESP32 library for the LD2410 mmWave radar sensor
|
Go to the source code of this file.
Namespaces | |
| namespace | LD2410CommandBuilder |
Functions | |
| bool | LD2410CommandBuilder::buildMaxGateCommand (byte *out, byte maxMotionGate, byte maxStationaryGate, unsigned short noOneTimeout) |
| bool | LD2410CommandBuilder::buildGateSensitivityCommand (byte *out, byte gate, byte movingThreshold, byte stationaryThreshold) |
| bool | LD2410CommandBuilder::buildDistanceResolutionCommand (byte *out, LD2410Types::DistanceResolution resolution) |
| bool | LD2410CommandBuilder::buildAuxControlCommand (byte *out, LD2410Types::LightControl lightControl, byte lightThreshold, LD2410Types::OutputControl outputControl) |
| bool | LD2410CommandBuilder::buildBaudRateCommand (byte *out, byte baudRateSetting) |
| bool | LD2410CommandBuilder::buildBluetoothPasswordCommand (byte *out, const char *password) |