Junjie Wang / Mbed OS humanoid

Dependencies:   LSM6DSL

Fork of a_NYP_humanoid by Lin ShengKun

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers accgyro.h Source File

accgyro.h

00001 #ifndef __ACCGYRO_H__
00002 #define __ACCGYRO_H__
00003 
00004 int32_t ACCGYRO_get_gyro_x();
00005 
00006 void ACCGYRO_init();
00007 void ACCGYRO_task();
00008 
00009 #endif