歩行ロボ

Dependencies:   HMC6352 QEI Servo mbed

Committer:
OGA
Date:
Wed Jul 31 04:43:58 2013 +0000
Revision:
0:4644bf6bca6a
????

Who changed what in which revision?

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