mnm gyro works -b4 implementing ctrl algo for mnm

Dependencies:   mbed-rtos mbed

Fork of BAE_b4hw_test by sakthi priya amirtharaj

Committer:
sakthipriya
Date:
Sun Mar 01 05:30:12 2015 +0000
Revision:
8:939b37cdcb92
Parent:
0:ebdf4f859dca
mnm gyro works -b4 implementing ctrl algo for mnm

Who changed what in which revision?

UserRevisionLine numberNew contents of line
raizel_varun 0:ebdf4f859dca 1 #include "mbed.h"
raizel_varun 0:ebdf4f859dca 2
raizel_varun 0:ebdf4f859dca 3 void writereg(uint8_t reg,uint8_t val);
raizel_varun 0:ebdf4f859dca 4 uint8_t readreg(uint8_t reg);
raizel_varun 0:ebdf4f859dca 5 void FUNC_BEA();