Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of a_NYP_humanoid by
accgyro.h@0:0ea84b3cf851, 2018-04-30 (annotated)
- Committer:
- mr_wang
- Date:
- Mon Apr 30 09:43:36 2018 +0000
- Revision:
- 0:0ea84b3cf851
NYP_humanoid
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mr_wang | 0:0ea84b3cf851 | 1 | #ifndef __ACCGYRO_H__ |
mr_wang | 0:0ea84b3cf851 | 2 | #define __ACCGYRO_H__ |
mr_wang | 0:0ea84b3cf851 | 3 | |
mr_wang | 0:0ea84b3cf851 | 4 | int32_t ACCGYRO_get_gyro_x(); |
mr_wang | 0:0ea84b3cf851 | 5 | |
mr_wang | 0:0ea84b3cf851 | 6 | void ACCGYRO_init(); |
mr_wang | 0:0ea84b3cf851 | 7 | void ACCGYRO_task(); |
mr_wang | 0:0ea84b3cf851 | 8 | |
mr_wang | 0:0ea84b3cf851 | 9 | #endif |