Commit graph

1066 commits

Author SHA1 Message Date
Kristian Sloth Lauszus bb8bdab3ba Track up to four objects using the IR camera
The state of the Wiimote can now also be read including the battery
level
2013-01-23 22:28:40 +01:00
Kristian Sloth Lauszus ac4fc92ea7 The library now also support multiple Wiimotes 2013-01-20 22:46:04 +01:00
Kristian Sloth Lauszus c4563ec7c8 Added activeConnection, so multiple controller can connect fast without any issues 2013-01-20 22:33:54 +01:00
Kristian Sloth Lauszus 47ab932c0f Don't print R2 and right joystick if a Navigation controller is connected 2013-01-20 22:30:53 +01:00
Kristian Sloth Lauszus 0397a3f088 Added example to show how to use multiple PS3 controller with the library 2013-01-20 18:18:46 +01:00
Kristian Sloth Lauszus aafb1d6491 Don't print the right joystick if it's a Navigation controller 2013-01-20 18:14:15 +01:00
Kristian Sloth Lauszus 6598bca58a Added #ifdef several places 2013-01-19 15:43:28 +01:00
Kristian Sloth Lauszus 4e7c5ce51e Addd check for WIICAMERA 2013-01-17 00:47:38 +01:00
Kristian Sloth Lauszus 1cb937b2a1 Moved things around and change a couple of names 2013-01-17 00:47:19 +01:00
Kristian Sloth Lauszus 3acafa2634 Minor edit 2013-01-17 00:13:09 +01:00
Kristian Sloth Lauszus eb088895f5 Added support for the IR Camera inside the Wiimote
Thanks to Allan Glover: https://github.com/Engr-AllanG
2013-01-17 00:07:56 +01:00
Kristian Sloth Lauszus c639a3ee4f Now works with the new Wiimote with Motion Plus Inside 2013-01-10 20:10:16 +01:00
Kristian Sloth Lauszus 4c2a97e424 Added buttonChanged 2013-01-08 08:16:01 +01:00
Kristian Sloth Lauszus afb87bb457 Added getBatteryLevel keyword 2013-01-06 04:08:29 +01:00
Kristian Sloth Lauszus 15d8cf1660 getBatteryLevel and some other improvement by timstamp.co.uk 2013-01-06 03:43:03 +01:00
Kristian Sloth Lauszus 33698b0091 Fixed issue that caused setLed to not respond and check batterylevel 2013-01-06 03:32:13 +01:00
Kristian Sloth Lauszus 1798f9b338 Another fix for multiple controllers 2013-01-04 00:19:07 +01:00
Kristian Sloth Lauszus 47d1a6b8b6 Fixed support for multiple controllers
Thanks Tim:
http://blog.tkjelectronics.dk/2012/12/xbox-360-receiver-added-to-the-usb
-host-library/#comment-262631
2013-01-03 20:18:23 +01:00
Kristian Sloth Lauszus 67b61dea17 Removed delay(1) again 2013-01-02 23:57:52 +01:00
Kristian Sloth Lauszus 349cff9b16 Fix typo 2013-01-02 23:23:55 +01:00
Kristian Sloth Lauszus 4fa973d441 Forgot delay and a bunch of #ifdef DEBUG 2013-01-02 22:38:31 +01:00
Kristian Sloth Lauszus 7750b494e6 New README 2012-12-30 19:29:23 +01:00
Kristian Sloth Lauszus fedb7445ce Added some comments 2012-12-29 14:16:11 +01:00
Kristian Sloth Lauszus db37672e2c Added link to blog post 2012-12-29 14:15:40 +01:00
Kristian Sloth Lauszus 1625afb25c Included keywords for XBOXRECV library 2012-12-29 14:15:26 +01:00
Kristian Sloth Lauszus 7a823ca71c The Xbox wireless receiver is now supported 2012-12-28 06:37:42 +01:00
Kristian Sloth Lauszus f0844a77e8 Fixed bug when printing const char* 2012-12-22 22:25:05 +01:00
Kristian Sloth Lauszus a4f21cea8c Added ability to print floating-point numbers 2012-12-16 18:42:02 +01:00
Kristian Sloth Lauszus 8f7d93896e Added ability to print negative numbers 2012-10-23 22:49:19 +02:00
Kristian Lauszus 4e10fd3046 Added Android source to github 2012-10-17 00:43:34 +02:00
Kristian Lauszus d68c896241 Fixed comment 2012-10-11 21:58:19 +02:00
Kristian Lauszus 702b07d03c Added flush() 2012-10-09 20:41:47 +02:00
Kristian Lauszus 36044a4356 Minor edit 2012-10-08 17:29:30 +02:00
Kristian Lauszus 091650d0a1 Exit if inquiry finished 2012-10-08 15:32:42 +02:00
Kristian Lauszus 9f20111d53 Merge pull request #29 from felis/Wii-Pair
The Wii class can now pair with the Wiimote
2012-10-07 13:46:42 -07:00
Kristian Lauszus 3441f6c3c4 Prevent it from printing "Pairing successful" multiple times 2012-10-07 22:31:28 +02:00
Kristian Lauszus 90ae685010 Minor edit 2012-10-07 20:34:52 +02:00
Kristian Lauszus 48f3153c3b Updated example sketch to work with pairing 2012-10-07 20:16:09 +02:00
Kristian Lauszus f8b5c46f60 Added debug about inactive Motion Plus 2012-10-07 20:07:48 +02:00
Kristian Lauszus d445689813 Fixed bug when pairing 2012-10-07 19:44:27 +02:00
Kristian Lauszus 2a6fa135e5 Fixed comment 2012-10-07 19:12:26 +02:00
Kristian Lauszus 940b8e185b Minor edit 2012-10-07 16:24:12 +02:00
Kristian Lauszus a6d77dce92 Added DEBUG around string 2012-10-07 15:22:29 +02:00
Kristian Lauszus ebb333de9a Now able to pair with Wiimote 2012-10-07 14:50:51 +02:00
Kristian Lauszus 02719f4c92 Added setLedStatus()
This will give some feedback to the user about which extensions is
currently connected
2012-10-06 16:42:00 +02:00
Kristian Lauszus 70eaa7732c Improved sensor reading 2012-10-04 19:28:27 +02:00
Kristian Lauszus 452ab7491f Fixed getButtonPress 2012-10-04 01:46:38 +02:00
Kristian Lauszus ae082b1860 Merge pull request #28 from felis/PS3-Multi
PS3BT and PS3USB don't conflict anymore and some other small changes
2012-10-03 13:13:20 -07:00
Kristian Lauszus 98b3fec50a More readable conversion from number to ASCII character 2012-10-03 21:46:08 +02:00
Kristian Lauszus 2182ec9a97 Added comment about difference bewteen getButtonPress and getButtonClick 2012-10-03 21:29:44 +02:00