A_NYP_humanoid

Dependencies:   LSM6DSL

Fork of A_NYP_humanoid by Junjie Wang

accgyro.h

Committer:
mr_wang
Date:
2018-04-30
Revision:
0:0ea84b3cf851

File content as of revision 0:0ea84b3cf851:

#ifndef __ACCGYRO_H__
#define __ACCGYRO_H__

int32_t ACCGYRO_get_gyro_x();

void ACCGYRO_init();
void ACCGYRO_task();

#endif