#embedded-hal-driver #amg8833 #amg88 #panasonic #33

无std grideye

Grid-EYE / 松下AMG88(33)的Rust驱动程序

5个版本

0.2.4 2018年12月7日
0.2.3 2018年10月15日
0.2.2 2018年9月15日
0.2.1 2018年8月2日
0.1.0 2018年7月27日

#293#embedded-hal-driver

Apache-2.0

395KB
289

Grid-EYE

Apache licensed Build Status

Grid-EYE / 松下AMG88(33)的Rust驱动程序

文档

请在此处阅读详细文档这里

构建

需要Rust nightly来编译此crate。

Raspberry Pi

cargo build --example raspberrypi
cargo run --example raspberrypi

STM32

STM32在带有STM32F415RGT6 CPU的1bitsy板上进行了测试。

cargo build --example stm32 --target thumbv7em-none-eabi
JLinkGDBServer -if SWD -device STM32F415RG
arm-none-eabi-gdb -x gdb.startup

待办事项

  • STM32示例
  • 添加中断
  • API文档
  • 重构

完成

  • 获取主传感器的读数
  • 添加完整的API
  • Travis CI

许可

Apache许可证,版本2.0

资源

依赖项