beremiz
Clone
Summary
Browse
Changes
Graph
Updated wiimote example. Now include nunchuck accel, and buttons are on 16bits
2013-05-29, Edouard Tisserant
b36755d7c19e
file is
Executable
Updated wiimote example. Now include nunchuck accel, and buttons are on 16bits
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]