Commit graph

1237 commits

Author SHA1 Message Date
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
Kristian Lauszus 80e689a8b8 Added support for unofficial Mad Catz controllers 2012-10-03 21:19:52 +02:00
Kristian Lauszus c55c77fa03 Added comment about difference bewteen getButtonPress and getButtonClick 2012-10-03 20:49:50 +02:00
Kristian Lauszus c6795d10e2 Removed diasble scan and increased counter 2012-10-03 20:44:03 +02:00
Kristian Lauszus 155c06b83f Clear flags after reading them 2012-10-03 20:44:03 +02:00
Kristian Lauszus eceea5e404 Merge pull request #27 from felis/master
Add latest commits to prevent conflicts
2012-10-03 11:04:39 -07:00
Kristian Lauszus 81c7f22417 Added get9DOFValues
Thanks to Manfred Piendl for finding the values needed to convert the
Move sensor data into units
2012-10-02 02:05:07 +02:00
Kristian Lauszus 75a84c5e80 Better getButtonClick routine 2012-10-02 01:43:00 +02:00
Kristian Lauszus d6b628b5a4 Added support for the new Wii Remote Plus
See: http://wiibrew.org/wiki/Wiimote#SDP_information
2012-09-22 02:13:00 +02:00
Kristian Lauszus bf646fdd0e Forgot to reset hci_counter 2012-09-19 23:21:07 +02:00
Kristian Lauszus 01c909c2cc Fixed comment 2012-09-19 23:20:49 +02:00
Kristian Lauszus 2be3f61301 Forgot break in switch statement 2012-09-10 00:23:35 +02:00
Kristian Lauszus 09f19de0d3 Fixed conflict between PS3USB and PS3BT 2012-09-09 22:13:52 +02:00
Kristian Lauszus 5a424b5523 Toggle the ADK reset pin 2012-09-09 14:37:16 +02:00
Kristian Lauszus d09c7f7d31 Updated keywords 2012-08-24 18:11:54 +02:00
Kristian Lauszus 42023d557a Forgot to put serial inside DEBUG tags 2012-08-24 00:59:43 +02:00
Kristian Lauszus dfa329a2b9 Added support for the Motion Plus extension 2012-08-23 23:10:12 +02:00
Kristian Lauszus c138bf0492 Added support for the Nunchuck controller 2012-08-22 23:41:38 +02:00
Kristian Lauszus d4d196b65a Increased inquiry time and number of responses 2012-08-22 23:38:44 +02:00
Kristian Lauszus 7eb2f39597 Added getPitch and getRoll 2012-08-21 17:36:37 +02:00
Kristian Lauszus a3ad5f2cdd Added support for Wiimote 2012-08-21 14:31:11 +02:00
Kristian Lauszus c8de94a060 Potential bug fix 2012-08-21 14:20:12 +02:00
Kristian Lauszus 316e9974b1 Readded PS3BT.cpp 2012-08-18 03:25:09 +02:00
Oleg Mazurov 67bfceb240 BTD 2012-08-17 19:16:27 -06:00
Kristian Lauszus 7e31990a57 Renamed L2CAP states 2012-08-17 14:18:55 +02:00
Kristian Lauszus f21ebf858f Decreased data buffer 2012-08-17 14:16:37 +02:00
Kristian Lauszus 1ba56d3f05 Return service ID to service 2012-08-17 14:15:39 +02:00
Kristian Lauszus d33c436b5b Release PS3 controller bugfix 2012-08-10 18:40:03 +02:00
Kristian Lauszus 7ca5fcf048 Added delay between l2cap disconnection requests 2012-08-10 01:02:53 +02:00
Kristian Lauszus c72c9a4578 Removed L2 and R2 from digitalOutput string 2012-08-09 21:51:29 +02:00