function ArduinoSetupFunctions = GetArduinoSetupFunctions()
// -----------------------------------------------------------------
// Get list of Arduino setup functions supported 
//
// Input data:
//    None
//
// Output data:
//    List of Arduino setup functions supported
//
// Author: Siddhesh Wani  
// -----------------------------------------------------------------

ArduinoSetupFunctions = [
					"cmd_dcmotor_setup"];

endfunction