Changeset 6 for Lego/python/wiimote
- Timestamp:
- 02/02/08 20:37:10 (3 years ago)
- Files:
-
- 1 modified
-
Lego/python/wiimote/controller.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Lego/python/wiimote/controller.py
r5 r6 1 1 #!/usr/bin/env python 2 """ 3 A script to controll the NXT with a Wiimote. 4 You need to replace the MAC addresses at the bottom of the script 5 if you want it to work with your NXT and Wiimote. 2 6 7 author: Jan-Klaas Kollhof 8 last changed by: $LastChangedBy$ 9 last changed date: $Date$ 10 revision: $Revision$ 11 """ 3 12 from Wiimote import Wiimote, buttonmap 4 13 from nxt.motor import *