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
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func