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.
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of QM_BAE_review_1 by
Diff: pni.h
- Revision:
- 17:fc782f7548c6
- Parent:
- 0:7b4c00e3912f
- Child:
- 18:3662058a7c10
--- a/pni.h Thu May 12 10:56:44 2016 +0000 +++ b/pni.h Fri May 13 11:56:49 2016 +0000 @@ -30,8 +30,8 @@ #define BIT_MAG_RES 0x08 #define BIT_ACC_RES 0x10 #define BIT_GYRO_RES 0x20 -#define BIT_GYROODR 0x0F -#define BIT_MAGODR 0x64 +#define BIT_GYROODR 0x0F//0x0F +#define BIT_MAGODR 0x64//0x64 #define BIT_RUN_ENB 0x01 #define BIT_ALGO_RAW 0x02 -#define BIT_EVT_ENB 0X2A \ No newline at end of file +#define BIT_EVT_ENB 0X2A// 0x2A \ No newline at end of file