summaryrefslogtreecommitdiff
path: root/lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-15 18:52:15 -0500
committervin <git@vineetk.net>2024-01-15 18:52:15 -0500
commit39b43b676e9aa8f549fea6fca7a6b7fd7891de69 (patch)
tree2559e89a4398c5bbe278c01f7549a9cfde3b6d7f /lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md
parent8c8e1ad4d3f6a197cc7a0550940e0c71d84c050e (diff)
remove more unused libraries
Diffstat (limited to 'lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md')
-rw-r--r--lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md b/lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md
deleted file mode 100644
index 8577d73fb3..0000000000
--- a/lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Please see <http://wiibrew.org/wiki/Wiimote#IR_Camera> for the complete capabilities of the Wii camera. The IR camera code was written based on the above website and with support from Kristian Lauszus.
-
-This library is large, if you run into memory problems when uploading to the Arduino, disable serial debugging.
-
-To enable the IR camera code, simply set ```ENABLE_WII_IR_CAMERA``` to 1 in [settings.h](settings.h).
-
-This library implements the following settings:
-
-* Report sensitivity mode: 00 00 00 00 00 00 90 00 41 40 00 Suggested by inio (high sensitivity)
-* Data Format: Extended mode (0x03). Full mode is not working yet. The output reports 0x3e and 0x3f need tampering with
- * In this mode the camera outputs x and y coordinates and a size dimension for the 4 brightest points.
-
-Again, read through <http://wiibrew.org/wiki/Wiimote#IR_Camera> to get an understanding of the camera and its settings.