mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 10:51:12 +03:00
Added iGyroscope interface
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
34bb12933d
commit
aa966946d5
@ -33,6 +33,7 @@
|
||||
#include "bmm150.hpp"
|
||||
|
||||
#include <interfaces/iAcceleration.hpp>
|
||||
#include <interfaces/iGyroscope.hpp>
|
||||
|
||||
#define BMX055_DEFAULT_MAG_I2C_ADDR 0x12
|
||||
|
||||
@ -78,7 +79,7 @@ namespace upm {
|
||||
* @snippet bmx055.cxx Interesting
|
||||
*/
|
||||
|
||||
class BMX055: virtual public iAcceleration {
|
||||
class BMX055: virtual public iAcceleration, virtual public iGyroscope {
|
||||
public:
|
||||
/**
|
||||
* BMX055 constructor.
|
||||
|
Reference in New Issue
Block a user