ave

Dependencies:   QEI TextLCD mbed

Committer:
com3
Date:
Thu Oct 17 01:49:27 2013 +0000
Revision:
0:3fd90568b788
ave

Who changed what in which revision?

UserRevisionLine numberNew contents of line
com3 0:3fd90568b788 1 #define ALL_ULTRASONIC 4
com3 0:3fd90568b788 2 #define PING_ERR 0xFFFF
com3 0:3fd90568b788 3
com3 0:3fd90568b788 4 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
com3 0:3fd90568b788 5 p5,
com3 0:3fd90568b788 6 p6,
com3 0:3fd90568b788 7 p7,
com3 0:3fd90568b788 8 p8,
com3 0:3fd90568b788 9 };
com3 0:3fd90568b788 10
com3 0:3fd90568b788 11
com3 0:3fd90568b788 12
com3 0:3fd90568b788 13 /*
com3 0:3fd90568b788 14 #define ALL_ULTRASONIC 4
com3 0:3fd90568b788 15 #define PING_ERR 0xFFFF
com3 0:3fd90568b788 16
com3 0:3fd90568b788 17
com3 0:3fd90568b788 18 PinName ultrasonic_pin[ALL_ULTRASONIC] = {
com3 0:3fd90568b788 19 p17,
com3 0:3fd90568b788 20 p18,
com3 0:3fd90568b788 21 p19,
com3 0:3fd90568b788 22 p20,
com3 0:3fd90568b788 23 };
com3 0:3fd90568b788 24 */