NYP
Fork of a_NYP_humanoid by
accgyro.h
- Committer:
- mr_wang
- Date:
- 2018-05-02
- Revision:
- 3:1345f959c490
- Parent:
- 0:0ea84b3cf851
File content as of revision 3:1345f959c490:
#ifndef __ACCGYRO_H__
#define __ACCGYRO_H__
int32_t ACCGYRO_get_gyro_x();
void ACCGYRO_init();
void ACCGYRO_task();
#endif
