beremiz
Clone
Summary
Browse
Changes
Graph
Added wiimote input example using python-cwiid and python PLC global variable access
2013-05-16, Edouard Tisserant
72d14a74c643
Added wiimote input example using python-cwiid and python PLC global variable access
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")