Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes2wii.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCluster <clusterrr@clusterrr.com>2015-05-26 07:22:06 +0300
committerCluster <clusterrr@clusterrr.com>2015-05-26 07:22:06 +0300
commit589b58e4870a223c6c69e179970247f2176a48c8 (patch)
tree8c4b21d00059ac9c5905097461bada93e565daa7
parent7a46e24f4049c6ef90730a71524ffbee6cf62b55 (diff)
Readme update
-rw-r--r--README.md5
-rw-r--r--classic_controller.pie23
-rw-r--r--classic_controller_keyboard.pie28
3 files changed, 1 insertions, 55 deletions
diff --git a/README.md b/README.md
index f1f02de..2b7268f 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,7 @@ Just ATMEGA16 (or any other ATMEGA, just recompile source code). And yes, you ne
* High fuse: 0xC9
## How to use with PC
-1. Install [GlovePIE](https://sites.google.com/site/carlkenner/glovepie) and [PPJoy](https://www.google.ru/search?q=ppjoy+download)
-2. Add virtual joystick using PPJoy
-3. Load "classic_controller.pie" script into GlovePIE and start it
-4. Connect Wiimote to PC using bluetooth
+Just install HID Wiimote driver by Julian Lohr: [http://julianloehr.de/educational-work/hid-wiimote/](http://julianloehr.de/educational-work/hid-wiimote/ "http://julianloehr.de/educational-work/hid-wiimote/")
## Tested on
diff --git a/classic_controller.pie b/classic_controller.pie
deleted file mode 100644
index 97614ca..0000000
--- a/classic_controller.pie
+++ /dev/null
@@ -1,23 +0,0 @@
-Wiimote1.Led1 = true
-Wiimote1.Led2 = Wiimote1.Classic.a
-Wiimote1.Led3 = Wiimote1.Classic.b
-Wiimote1.Led4 = Wiimote1.Classic.start
-PPJoy.Analog0 = Wiimote1.Classic.LeftStickX
-PPJoy.Analog1 = Wiimote1.Classic.LeftStickY
-PPJoy.Analog2 = Wiimote1.Classic.RightStickX
-PPJoy.Analog3 = Wiimote1.Classic.RightStickY
-PPJoy.Digital0 = Wiimote1.Classic.a
-PPJoy.Digital1 = Wiimote1.Classic.b
-PPJoy.Digital2 = Wiimote1.Classic.Select
-PPJoy.Digital3 = Wiimote1.Classic.Start
-PPJoy.Digital4 = Wiimote1.Classic.Up
-PPJoy.Digital5 = Wiimote1.Classic.Down
-PPJoy.Digital6 = Wiimote1.Classic.Left
-PPJoy.Digital7 = Wiimote1.Classic.Right
-PPJoy.Digital8 = Wiimote1.Classic.LFull
-PPJoy.Digital9 = Wiimote1.Classic.RFull
-PPJoy.Digital10 = Wiimote1.Classic.ZL
-PPJoy.Digital11 = Wiimote1.Classic.ZR
-PPJoy.Digital12 = Wiimote1.Classic.x
-PPJoy.Digital13 = Wiimote1.Classic.y
-
diff --git a/classic_controller_keyboard.pie b/classic_controller_keyboard.pie
deleted file mode 100644
index a4b8082..0000000
--- a/classic_controller_keyboard.pie
+++ /dev/null
@@ -1,28 +0,0 @@
-Wiimote1.Led1 = true
-Wiimote1.Led2 = Wiimote1.Classic.a
-Wiimote1.Led3 = Wiimote1.Classic.b
-Wiimote1.Led4 = Wiimote1.Classic.start
-Keyboard.Right = Wiimote1.Classic.LeftStickX > 0.5
-Keyboard.Down = Wiimote1.Classic.LeftStickY > 0.5
-Keyboard.Left = Wiimote1.Classic.LeftStickX < -0.5
-Keyboard.Up = Wiimote1.Classic.LeftStickY < -0.5
-Keyboard.D = Wiimote1.Classic.RightStickX > 0.5
-Keyboard.S = Wiimote1.Classic.RightStickY > 0.5
-Keyboard.A = Wiimote1.Classic.RightStickX < -0.5
-Keyboard.W = Wiimote1.Classic.RightStickY < -0.5
-Keyboard.T = Wiimote1.Classic.Up
-Keyboard.G = Wiimote1.Classic.Down
-Keyboard.F = Wiimote1.Classic.Left
-Keyboard.H = Wiimote1.Classic.Right
-Keyboard.Z = Wiimote1.Classic.a
-Keyboard.X = Wiimote1.Classic.b
-Keyboard.C = Wiimote1.Classic.Select
-Keyboard.V = Wiimote1.Classic.Start
-Keyboard.B = Wiimote1.Classic.x
-Keyboard.N = Wiimote1.Classic.y
-Keyboard.One = Wiimote1.Classic.LFull
-Keyboard.Two = Wiimote1.Classic.RFull
-Keyboard.Three = Wiimote1.Classic.ZL
-Keyboard.Four = Wiimote1.Classic.ZR
-
-