private AVRModel prepareAvrModel() { model = new AVRModel { PinToFunctions = new ItemsToItems { Id = new List <string>(), Values = new List <List <string> >() }, FunctionToFunctions = new ItemsToItems { Id = new List <string>(), Values = new List <List <string> >() }, FunctionsCode = new CodeOfFunction { Function = new List <string>(), Code = new List <string>() } }; return(model); }
public AvrModelGenerator() { model = prepareAvrModel(); }