BroBot Code for ESE350 Lab6 part 3 (Skeleton)

Dependencies:   MPU6050_V3 mbed-rtos mbed

Fork of BroBot_RTOS_ESE350 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();
    }
}