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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-29 18:05:39 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-29 18:05:39 +0300
commitf025f719b73aaa6f4422355490b08c88c20c5ee4 (patch)
tree96ad5e160167fd3e8b669e6b2b948cd9652ffdd2
parent6a838d5525d337ab319d73f5051f5dc16c5ccc71 (diff)
README.md
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d5da1a1..180d6ff 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,15 @@ Features:
![Schematics](board/nes2wii.png)
-Just ATMEGA16 (or any other ATMEGA, just recompile source code). And yes, you need 20MHz crystal for N64 support. 8MHz is fine if you don't need N64.
+Just ATMEGA16 (or any other ATMEGA, just recompile source code). You need 16MHz crystal for N64. 8MHz internal oscillator is fine if you don't need N64.
+
+## Fuses (for ATMEGA16 with crystal)
-## Fuses
* Low fuse: 0xFF
* High fuse: 0xD9
## How to use with PC
+
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