beremiz
Clone
Summary
Browse
Changes
Graph
Updated wiimote example. Now include nunchuck accel, and buttons are on 16bits
2013-05-29, Edouard Tisserant
b36755d7c19e
Updated wiimote example. Now include nunchuck accel, and buttons are on 16bits
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")