Britney Dorval
/
Yusheng-final_project
Final project with problem
Fork of Yusheng-final_project by
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(); } }