Mitchell Hatfield / Mbed 2 deprecated Component_Test_Interface

Dependencies:   BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed

Device.cpp

Committer:
mehatfie
Date:
2014-09-19
Revision:
3:078e9a1e8be3
Parent:
2:3e7baa3e3fec

File content as of revision 3:078e9a1e8be3:

//#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(); 
//
//}
//    
//
//