Shundo Kishi / Mbed 2 deprecated MPU9150_Example

Dependencies:   MPU9150 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "MPU9150_raw.h"
00002 
00003 int main() {
00004     MPU9150raw::setup();
00005     while(1) {
00006         MPU9150raw::loop();
00007     }
00008 }