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.
main.cpp
00001 #include "HMC6352.h" 00002 HMC6352 compass(p9, p10); 00003 00004 uint8_t compassdef = 0; 00005 00006 int main() { 00007 00008 00009 compass.setOpMode(HMC6352_CONTINUOUS, 1, 20); 00010 compassdef = (compass.sample() / 10); 00011 00012 00013 00014 tx_data = ((compass.sample() / 10) + 540 - compassdef) % 360; 00015 00016 } 00017
Generated on Tue Jul 26 2022 19:47:00 by
1.7.2