これは MMA7361 3軸アナログ加速度センサ の Nucleo F401RE 用のライブラリです。詳しい説明はLibrary中のReadMe.hに記載しています。文字化けや開けない場合はダウンロードしてみてください。Google Chrome では見れるはずです。

Dependents:   Nucleo_L3GD20_MMA7361_Kalman

Revision:
3:0359af763b6c
Parent:
0:ad6f3a862ed5
Child:
4:c3d863eb7f91
--- a/mma7361.h	Sun Feb 01 05:30:29 2015 +0000
+++ b/mma7361.h	Sun Feb 01 09:12:15 2015 +0000
@@ -37,7 +37,7 @@
     mma7361(PinName accelx,PinName accely,PinName accelz,PinName set,PinName set_range);
     void calibration();
     void set_each_num(int ax_0_0,int ay_0_0,int az_0_0,int ax_1_0,int ay_1_0,int az_1_0,int gx_0_0,int gy_0_0,int gz_0_0,int gx_1_0,int gy_1_0,int gz_1_0,int new_range);
-    void set_num(int *new_mat,int new_range);
+    void set_num(int (*new_mat)[3],int new_range);
     void set_range(int new_range);
     void clear_mat();
     int read_bit(int axis);