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.
AK09916_ENUMERATIONS.h
00001 #ifndef _AK09916_ENUMERATIONS_H_ 00002 #define _AK09916_ENUMERATIONS_H_ 00003 00004 typedef enum 00005 { 00006 AK09916_mode_power_down = 0x00, 00007 AK09916_mode_single = (0x01 << 0), 00008 AK09916_mode_cont_10hz = (0x01 << 1), 00009 AK09916_mode_cont_20hz = (0x02 << 1), 00010 AK09916_mode_cont_50hz = (0x03 << 1), 00011 AK09916_mode_cont_100hz = (0x04 << 1), 00012 AK09916_mode_self_test = (0x01 << 4), 00013 } AK09916_mode_e; 00014 00015 #endif // _AK09916_ENUMERATIONS_H_
Generated on Thu Aug 18 2022 09:06:28 by
 1.7.2
 1.7.2