Mitchell Hatfield / Mbed 2 deprecated Component_Test_Interface

Dependencies:   BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed

Revision:
2:3e7baa3e3fec
Parent:
0:22618cf06f45
diff -r 5731f31f96be -r 3e7baa3e3fec Device.cpp
--- a/Device.cpp	Tue Sep 16 18:27:41 2014 +0000
+++ b/Device.cpp	Thu Sep 18 23:38:11 2014 +0000
@@ -1,15 +1,15 @@
-/*#include "Device.hpp"
-#include "Motor.hpp"
-#include "VoltageDriver.hpp"
-
-Device* Device::newDevice(int deviceFound){
-  
-    if(MOTOR) 
-        return new Motor(); 
-    else if(VOLTAGE_DRIVER) 
-        return new VoltageDriver(); 
-
-}
-    
-    */
-    
\ No newline at end of file
+//#include "Device.hpp"
+//#include "Motor.hpp"
+//#include "VoltageDriver.hpp"
+//
+//Device* Device::newDevice(int deviceFound){
+//  
+//    if(MOTOR) 
+//        return new Motor(); 
+//    else if(VOLTAGE_DRIVER) 
+//        return new VoltageDriver(); 
+//
+//}
+//    
+//
+//    
\ No newline at end of file