P542-Labs Segv
/
CompassTest
Testing the compass lib we would like to use
Revision 0:b90013a08325, committed 2014-12-01
- Comitter:
- jonathanw2
- Date:
- Mon Dec 01 20:54:50 2014 +0000
- Commit message:
- Blah;
Changed in this revision
diff -r 000000000000 -r b90013a08325 HMC5883L.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HMC5883L.lib Mon Dec 01 20:54:50 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/tylerjw/code/HMC5883L/#bc4e1201e092
diff -r 000000000000 -r b90013a08325 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Dec 01 20:54:50 2014 +0000 @@ -0,0 +1,13 @@ +#include "mbed.h" +#include "HMC5883L.h" + +DigitalOut myled(LED1); + +HMC5883L myCompass(D14,D15); +Serial pc(USBTX, USBRX); + +int main() { + while(1) { + + } +}
diff -r 000000000000 -r b90013a08325 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Dec 01 20:54:50 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5 \ No newline at end of file