Testing the compass lib we would like to use

Dependencies:   HMC5883L mbed

main.cpp

Committer:
jonathanw2
Date:
2014-12-01
Revision:
0:b90013a08325

File content as of revision 0:b90013a08325:

#include "mbed.h"
#include "HMC5883L.h"

DigitalOut myled(LED1);

HMC5883L myCompass(D14,D15);
Serial pc(USBTX, USBRX);

int main() {
    while(1) {
        
    }
}