Liangzhen Lai / Mbed 2 deprecated Orange_Ferrari_board_functional

Dependencies:   DDRO_Farrari mbed

Fork of DDRO_Farrari by Liangzhen Lai

Revision:
2:e94460b2149f
Parent:
1:6a820a0ca03b
--- a/pinout.h	Mon Oct 21 22:36:51 2013 +0000
+++ b/pinout.h	Thu Feb 20 03:40:20 2014 +0000
@@ -25,7 +25,10 @@
 static DigitalIn  RO_clock_out(p6);
 
 // GPIO to/from Chip
-static BusInOut GPIO(p7, p16, p15);
+//static BusInOut GPIO(p7, p16, p15);
+static DigitalInOut GPIO1(p7);
+static DigitalInOut GPIO2(p15);
+static DigitalInOut GPIO3(p16);
 
 // Analog in from amplifier (for power measurement)
 static AnalogIn  meas_sen(p17);