lpcmanager
Clone
Summary
Browse
Changes
Graph
Use beremiz normal NewProject method when creating project,
revamp
2018-02-14, Edouard Tisserant
cdc52d6b1a6e
Use beremiz normal NewProject method when creating project,
thus avoiding missing half of the preparation of the CTR.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_module = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_module = ['MC9']
PLC_module = PLC_MC9_module + PLC_GOT_module
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch