guide to installing ping sensor onto boebot board of education?
I am using the board of education version D and I want to add the ping sensor I just got onto it. I want to use just the three prongs and not the bracketing system. Is there a guide to this or any suggestions what to do? Thanks

Comments
http://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/catpageindex/2/ProductID/92/Default.aspx?txtSearch=BOE+Ping
There is an area in the lower right for "Download and Resources"
Many examples are there including this one:
http://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/catpageindex/2/ProductID/92/Default.aspx?txtSearch=BOE+Ping
' {$STAMP BS2} ' {$PBASIC 2.5} sing VAR Word FREQOUT 4,4000,3000 detect VAR Word pulseW VAR Word counter VAR Word pulseWC VAR Word time VAR Word FOR counter = 1 TO 100 PULSOUT 13, 650 PULSOUT 12, 650 PAUSE 20 NEXT DO PULSOUT 15,5 PULSIN 15,1,time DEBUG HOME, "time = ", DEC5 time time = time ** 2251 DEBUG CR, "Distance = ", DEC4 time, " cm" PAUSE 100 LOOP ENDPlease help. Thanks!
I have attached a program to just test the PING without the servos. See if that works before you add the servos into the program.