PX4 Firmware
PX4 Autopilot Software http://px4.io
SMBus.cpp File Reference

SMBus v2.0 protocol implementation. More...

#include "SMBus.hpp"
Include dependency graph for SMBus.cpp:

Go to the source code of this file.

Detailed Description

SMBus v2.0 protocol implementation.

Author
Jacob Dahl dahl..nosp@m.jake.nosp@m.jacob.nosp@m.@gma.nosp@m.il.co.nosp@m.m

TODO

  • Enable SMBus mode at the NuttX level. This may be tricky sharing the bus with i2c. i.e STM32f4 see platforms/nuttx/Nuttx/nuttx/arch/arm/src/stm32/stm32f40xxx_i2c.c
  • Add remaining SMBus protocol messages as needed

Definition in file SMBus.cpp.