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.
Fork of HMC6352_HelloWorld by
Revision 5:cea735befb3c, committed 2021-03-25
- Comitter:
- cdupaty
- Date:
- Thu Mar 25 13:10:26 2021 +0000
- Parent:
- 2:4ddfbf5b65b2
- Commit message:
- A
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Apr 30 17:06:22 2016 +0000 +++ b/main.cpp Thu Mar 25 13:10:26 2021 +0000 @@ -2,7 +2,7 @@ HMC6352 compass(PB_9, PB_8); Serial pc(USBTX, USBRX); -DigitalOut led(LED1); +DigitalOut led(LED1); int main() {