Sooner Competitive Robotics / Mbed 2 deprecated IEEE_14_Freescale

Dependencies:   mbed

Fork of IEEE_14_Freescale by IEEE 2014 Mbed

Revision:
37:38a4ad49343e
Parent:
35:6ef5fbc45672
Child:
38:3062838df0ce
diff -r 67773a788d52 -r 38a4ad49343e robot.cpp
--- a/robot.cpp	Mon Mar 24 20:52:37 2014 +0000
+++ b/robot.cpp	Tue Mar 25 17:21:02 2014 +0000
@@ -7,7 +7,7 @@
 //also sets up the control system constants
 robot::robot() : spi(PTD2, PTD3, PTD1), bigenc(spi,PTD0), gyro(PTE0, PTE1),
            /* right(bigenc,0,1,PTA5), left(bigenc,2,3,PTA4), */motors(spi,PTD0), pingLeft(PTA13,PTD5),
-           BTLink(PTC4,PTC3) {
+           pingRight(PTC7,PTC0), BTLink(PTC4,PTC3) {
     
     //bigenc.setDirections(1,-1,1,1);
     //left.setReversed(1);