Mission Accomplished

Dependencies:   TextLCD mbed

Compass.h

Committer:
pstephens18
Date:
2016-01-20
Revision:
0:96cf16c88314

File content as of revision 0:96cf16c88314:

#ifndef COMPASS_H
#define COMPASS_H
#include "mbed.h"


double Compass();

#endif