Sensor control program for mbed OS. / Mbed OS non-os_oss

Fork of non-os_oss by Rikita YAMADA

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.

/media/uploads/rikita/import.jpg

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


All wikipages