ping))))))))

Dependencies:   TextLCD mbed

Committer:
OGA
Date:
Thu Jul 11 10:46:18 2013 +0000
Revision:
0:b33b91b2061f
1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
OGA 0:b33b91b2061f 1 #include "mbed.h"
OGA 0:b33b91b2061f 2
OGA 0:b33b91b2061f 3 Timer timer2;
OGA 0:b33b91b2061f 4
OGA 0:b33b91b2061f 5 extern double ultrasonicValue[4];
OGA 0:b33b91b2061f 6 extern uint16_t ultrasonicVal[4];
OGA 0:b33b91b2061f 7 extern void Ultrasonic(void);