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.h
00001 #ifndef MAIN_H 00002 #define MAIN_H 00003 00004 #include <mbed.h> 00005 #include "RM3100MagDriver.h" 00006 #include "mbed_objects.h" 00007 00008 SensorStatus mag_enable_interrupts(); 00009 SensorStatus mag_disable_interrupts(); 00010 SensorPowerMode mag_set_power_mode(SensorPowerMode mode); 00011 SensorStatus mag_initialize_sensor(); 00012 SensorPowerMode mag_get_power_mode(); 00013 unsigned short mag_set_sample_rate(unsigned short sample_rate); 00014 unsigned short mag_get_sample_rate(); 00015 void mag_get_sample_data(int * XYZ); 00016 00017 #endif
Generated on Wed Jul 13 2022 23:44:02 by
1.7.2