|
ESPectre SDK 2.8.0-280-gac7af68
Wi-Fi CSI motion sensing for ESP32 firmware
|
Go to the source code of this file.
Namespaces | |
| namespace | espectre |
Enumerations | |
| enum class | espectre::MotionState { espectre::IDLE , espectre::MOTION } |
| Debounced detector state. More... | |
Variables | |
| constexpr float | espectre::LIGHTWEIGHT_DEFAULT_THRESHOLD = 0.6621854538596202f |
| constexpr float | espectre::LIGHTWEIGHT_MIN_THRESHOLD = 0.0f |
| constexpr float | espectre::LIGHTWEIGHT_MAX_THRESHOLD = 1.0f |
| constexpr float | espectre::LIGHTWEIGHT_STARTUP_THRESHOLD_FACTOR = 1.0f |
| constexpr float | espectre::HIGH_ACCURACY_DEFAULT_THRESHOLD = 0.5f |
| constexpr float | espectre::HIGH_ACCURACY_MIN_THRESHOLD = 0.0f |
| constexpr float | espectre::HIGH_ACCURACY_MAX_THRESHOLD = 1.0f |
| constexpr float | espectre::HIGH_ACCURACY_METRIC_SCALE = 1.0f |