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.
Dependencies: mbed
Gyro.h
- Committer:
- omidfar
- Date:
- 2018-04-05
- Revision:
- 10:4a825f818432
- Child:
- 12:4310fb637705
File content as of revision 10:4a825f818432:
#ifndef _Gyro_ #define _Gyro_ #include "globals.h" AnalogIn Gyro (PC_4); #endif