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.
Fork of FYDP_Final2 by
robot.cpp
00001 #include "robot.h" 00002 00003 DigitalOut led(LED_PIN); 00004 00005 MPU6050 mpu; 00006 MPU6051 mpu2; 00007 DigitalOut imuSwitch(IMU_POWER_PIN); 00008 DigitalOut imu2Switch(IMU2_POWER_PIN); 00009 IMU_DATA imu_data; 00010 IMU_DATA imu2_data; 00011 00012 Timer t; 00013 00014 float getTime() { return (float)(t.read_us())/1000000; }
Generated on Wed Jul 13 2022 20:00:58 by
1.7.2
