Mitchell Hatfield / Mbed 2 deprecated Component_Test_Interface

Dependencies:   BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed

Revision:
4:86d0d04cc055
Parent:
3:078e9a1e8be3
Child:
5:e36e0538a903
diff -r 078e9a1e8be3 -r 86d0d04cc055 Device.cpp
--- a/Device.cpp	Fri Sep 19 00:46:26 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-//#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