mirror of
https://github.com/eclipse/upm.git
synced 2025-07-12 06:41:12 +03:00
mpu9250: Initial implementation
This driver was implemented using a Grove IMU 9DOF V2.0 (mpu9250). Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:

committed by
sisinty sasmita patra

parent
1e5b755b99
commit
76f7abb112
@ -830,7 +830,7 @@ namespace upm {
|
||||
*
|
||||
* @return the temperature value in degrees Celcius
|
||||
*/
|
||||
float getTemperature();
|
||||
virtual float getTemperature();
|
||||
|
||||
/**
|
||||
* enable onboard temperature measurement sensor
|
||||
|
Reference in New Issue
Block a user