Micromouse / Mbed 2 deprecated Main-codetest

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