test

Dependencies:   HMC6352 PID mbed

Fork of ver1_2_2 by ryo seki

ultrasonic.h

Committer:
akudohune
Date:
2013-03-10
Revision:
1:89408fff7cc9
Parent:
0:74bf4953c0d1

File content as of revision 1:89408fff7cc9:

#include "HMC6352.h"

#define ALL_ULTRASONIC  3
#define PING_ERR        0xFFFF

extern HMC6352 compass;


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