Changeset 5

Show
Ignore:
Timestamp:
01/29/08 21:34:27 (3 years ago)
Author:
Jan-Klaas Kollhof
Message:

fixed a bug, I should realy test before submitting changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Lego/python/wiimote/controller.py

    r4 r5  
    5050def main(wiimoteAddr, nxtAddr): 
    5151    print "connecting to Wii" 
    52     w=Wiimote(wiimote, 0) 
     52    w=Wiimote(wiimoteAddr, 0) 
    5353    w.connect() 
    5454    w.enable_force()