Compass Working

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Compass.h Source File

Compass.h

00001 #ifndef COMPASS_H
00002 #define COMPASS_H
00003 #include "mbed.h"
00004 
00005 
00006 double Compass();
00007 
00008 #endif