test

Dependencies:   HMC6352 PID mbed

Fork of ver1_2_2 by ryo seki

ultrasonic.h

Committer:
akudohune
Date:
2013-03-09
Revision:
0:74bf4953c0d1
Child:
1:89408fff7cc9

File content as of revision 0:74bf4953c0d1:



#define ALL_ULTRASONIC  3
#define PING_ERR    0xFFFF


PinName ultrasonic_pin[ALL_ULTRASONIC] = {
    p25,
    p26,
    p29,
    //p30,
};