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
Diff: Gyro.h
- Revision:
- 10:4a825f818432
- Child:
- 12:4310fb637705
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Gyro.h Thu Apr 05 21:21:51 2018 +0000 @@ -0,0 +1,9 @@ +#ifndef _Gyro_ +#define _Gyro_ + +#include "globals.h" + +AnalogIn Gyro (PC_4); + + +#endif \ No newline at end of file