Changeset 6 for Lego/python/wiimote

Show
Ignore:
Timestamp:
02/02/08 20:37:10 (3 years ago)
Author:
Jan-Klaas Kollhof
Message:

adding some NXC scripts

Files:
1 modified

Legend:

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

    r5 r6  
    11#!/usr/bin/env python 
     2""" 
     3A script to controll the NXT with a Wiimote. 
     4You need to replace the MAC addresses at the bottom of the script 
     5if you want it to work with your NXT and Wiimote. 
    26 
     7author: Jan-Klaas Kollhof 
     8last changed by: $LastChangedBy$ 
     9last changed date: $Date$ 
     10revision: $Revision$ 
     11""" 
    312from Wiimote import Wiimote, buttonmap 
    413from nxt.motor import *