歩行ロボ

Dependencies:   HMC6352 QEI Servo mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

00001 #include "mbed.h"
00002 
00003 Timer timer2;
00004 
00005 extern double ultrasonicValue[4];
00006 extern uint16_t ultrasonicVal[4];
00007 extern void Ultrasonic(void);