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 non-os_oss by
You are viewing an older revision! See the latest version
SW_Config
Software configuration¶
Start development.¶
Please go to this project's Home, then click "Import into Compiler". Then you will find imported source code in your compiler environment.
Edit source code¶
AKM_Config.h
Please define magnetometer and accelerometer. Only ADXL345/346 is supported as accelerometer currently.
Example of definition
/*** Define one of the definition in your make file. ***/ /* AKM_MAGNETOMETER_AK8963 */ /* AKM_MAGNETOMETER_AK09911 */ /* AKM_MAGNETOMETER_AK09912 */ /* AKM_MAGNETOMETER_AK09913 */ /* AKM_MAGNETOMETER_AK09915 */ /* AKM_MAGNETOMETER_AK09916C */ /* AKM_MAGNETOMETER_AK09916D */ /* AKM_MAGNETOMETER_AK09918 */ /* AKM_ACCELEROMETER_ADXL34X */ /* AKM_ACCELEROMETER_DUMMY */ /* AKM_GYROSCOPE_L3G4200D */ /* AKM_GYROSCOPE_DUMMY */ #define AKM_MAGNETOMETER_AK09915 #define AKM_ACCELEROMETER_ADXL34X
