5 releases
0.2.4 | Dec 7, 2018 |
---|---|
0.2.3 | Oct 15, 2018 |
0.2.2 | Sep 15, 2018 |
0.2.1 | Aug 2, 2018 |
0.1.0 | Jul 27, 2018 |
#293 in #embedded-hal-driver
395KB
289 lines
Grid-EYE
Rust driver for Grid-EYE / Panasonic AMG88(33)
Documentation
Read the detailed documentation here
Build
Rust nightly is needed to compile this crate.
Raspberry Pi
cargo build --example raspberrypi
cargo run --example raspberrypi
STM32
The STM32 is tested on a 1bitsy board with a STM32F415RGT6 CPU.
cargo build --example stm32 --target thumbv7em-none-eabi
JLinkGDBServer -if SWD -device STM32F415RG
arm-none-eabi-gdb -x gdb.startup
ToDo
- STM32 example
- add interrupts
- API documentation
- refactoring
Done
- get the primary sensor readouts
- add complete API
- Travis CI