Paso 6: Bluetooth/GlovePIE
Con la pila bluetooth de windows, coger "WiiPair" de la red para sincronizar wiimotes a la PC.
Cargar este script de GlovePIE
////////////////////
PASTEL. Tasa de fotogramas = 80hz
dirección derecha
Si wiimote1. RawAccX > 1 entonces
Key.Right = true
otro key.right = false
terminar si
dirección izquierda
Si wiimote1. RawAccX < -1 entonces
Key.Left = true
otro key.left = false
terminar si
freno de
Si (wiimote1.2 = false) entonces
Key.Down = true
otro key.down = false
terminar si
Alt
Si (wiimote1.1 = false) entonces
Key.x = true
Else key.x = false
terminar si
vender para la válvula reguladora
Si wiimote2. RelAccX >.25 entonces
Key.up = true
otro key.up = false
terminar si