Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 0:f75bb42438db, committed 2017-10-21
- Comitter:
- njamena
- Date:
- Sat Oct 21 08:27:50 2017 +0000
- Commit message:
- ??;
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HMC5883L.lib Sat Oct 21 08:27:50 2017 +0000 @@ -0,0 +1,1 @@ +http://os.mbed.com/users/Joeatsumi/code/HMC5883L/#52ffe160f17f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Sat Oct 21 08:27:50 2017 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+#include "HMC5883L.h"
+
+Serial pc(USBTX,USBRX);
+HMC5883L hmc(p28,p27);
+int main() {
+ hmc.init();
+ //hmc.setConfigurationA()
+ hmc.getXYZ();
+ while(1)
+ {hmc.getXYZ();
+
+}
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Sat Oct 21 08:27:50 2017 +0000 @@ -0,0 +1,1 @@ +https://mbed.org/users/mbed_official/code/mbed/builds/b484a57bc302 \ No newline at end of file