Stabilizer

Dependencies:   BEAR_Protocol mbed Stabilizer iSerial

Fork of MPU9250AHRS by BE@R lab

Committer:
soulx
Date:
Wed Feb 03 16:23:11 2016 +0000
Revision:
21:298aa522db64
Parent:
15:10939fd0eaac
renew

Who changed what in which revision?

UserRevisionLine numberNew contents of line
soulx 15:10939fd0eaac 1 #ifndef PARAM_H
soulx 15:10939fd0eaac 2 #define PARAM_H
soulx 15:10939fd0eaac 3
soulx 15:10939fd0eaac 4 #define ID_MOTION_LEFT 0x01
soulx 15:10939fd0eaac 5 #define ID_MOTION_RIGHT 0x02
soulx 15:10939fd0eaac 6
soulx 15:10939fd0eaac 7
soulx 15:10939fd0eaac 8
soulx 15:10939fd0eaac 9 #endif