FYP

Dependencies:   LSM6DSL

Fork of humanoid by Junjie Wang

accgyro.h

Committer:
ha731548874
Date:
2018-05-24
Revision:
4:45bd9ba6c0da
Parent:
0:0ea84b3cf851

File content as of revision 4:45bd9ba6c0da:

#ifndef __ACCGYRO_H__
#define __ACCGYRO_H__

int32_t ACCGYRO_get_gyro_x();

void ACCGYRO_init();
void ACCGYRO_task();

#endif