Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MPU6050 Grove_temperature
ControlImpl.h
00001 #ifndef CONTROL_IMPL_H 00002 #define CONTROL_IMPL_H 00003 #include "sgam_mdw.h" 00004 #include "mbed.h" 00005 00006 class ControlImpl: public Control { 00007 public: 00008 virtual Control* getControler(); 00009 virtual void initialize(); 00010 virtual void finalize(); 00011 00012 ControlImpl(); 00013 virtual ~ControlImpl(); 00014 // private: 00015 // I2C i2c(I2C_SDA, I2C_SCL); 00016 }; 00017 00018 #endif
Generated on Fri Jul 15 2022 01:20:41 by
1.7.2