ESE519 Lab6 Part3

Dependencies:   MPU6050_Lab6_Part3 mbed

Fork of BroBot_v2 by Carter Sharer

main.cpp

Committer:
syundo0730
Date:
2016-01-31
Revision:
2:42c4f3a7813f
Parent:
1:ec0a08108442
Child:
3:2f76ffbc5cef

File content as of revision 2:42c4f3a7813f:

//#include "MPU6050_DMP6.h"
//
//int main() {
//    MPU6050DMP6::setup();
//    while(1) {
//        MPU6050DMP6::loop();
//    }
//}

#include "MPU6050_raw.h"

int main() {
    MPU6050raw::setup();
    while(1) {
        MPU6050raw::loop();
    }
}