2 unstable releases
0.1.1 | Mar 1, 2023 |
---|---|
0.1.0 |
|
0.0.0 | Sep 19, 2017 |
#621 in Embedded development
38KB
797 lines
wave
A no-std no-alloc gesture recognition library for low resolution TOF-Sensors
Demo
Horizontal Swipes
Vertical Swipes
Static Holds
C bindings
The static library can be (re)built with cargo build --release
. Then libwave.a
will be located in target/release
.
The header file wave.h
is located in the crate root.
Cross-compile for a specific architecture, e.g. Cortex-M4: cargo build --release --target=thumbv7em-none-eabi
Cbindgen is used to (re)generate the header file wave.h
.
cargo install --force cbindgen
cbindgen --config cbindgen.toml --crate wave --output wave.h
Dependencies
~395KB