歩行ロボ

Dependencies:   HMC6352 QEI Servo mbed

ping/ping.h

Committer:
OGA
Date:
2013-08-01
Revision:
1:f465d89a26b0
Parent:
0:4644bf6bca6a

File content as of revision 1:f465d89a26b0:

#define ALL_ULTRASONIC  4
#define PING_ERR        0xFFFF


PinName ultrasonic_pin[ALL_ULTRASONIC] = {
    p17,
    p18,
    p19,
    p20,
};