Commit graph

829 commits

Author SHA1 Message Date
Kristian Lauszus 9ac98e39a4 A better way to check if C++11 is supported
See: https://github.com/arduino/Arduino/pull/2175
2014-09-10 16:40:07 -07:00
Kristian Lauszus b2dae57d4d Merge branch 'master' into SPPClient
Conflicts:
	BTD.cpp
2014-07-01 13:55:46 +02:00
Kristian Lauszus 6a9e574bf2 Added comments for "SDP_ServiceSearchAttributeResponse" 2014-07-01 13:50:43 +02:00
Kristian Lauszus 35bb596601 Cleaned up SPPMulti example 2014-07-01 13:43:45 +02:00
Kristian Lauszus b82835c877 Break for loop if HID device is found 2014-07-01 13:22:44 +02:00
Kristian Lauszus 4a44c8f039 Implemented VIDPIDOK in PS4USB 2014-07-01 13:17:56 +02:00
Kristian Lauszus efeb80855e Added table of contents 2014-07-01 11:47:39 +02:00
Kristian Lauszus c589731974 Added "Interface modifications" section to readme 2014-07-01 11:31:45 +02:00
Andrew J. Kroll e78d880bb4 Update heads Mon Jun 30 16:53:58 UTC 2014 2014-06-30 12:54:16 -04:00
Kristian Lauszus 6152175f48 Added link to PSBuzz example 2014-06-29 18:11:45 +02:00
Kristian Lauszus dd600b4895 Don't print incoming serial data if debugging is on by default 2014-06-29 18:06:27 +02:00
Kristian Lauszus 25117ab926 Added support for the Playstation Buzz controllers
See #71
2014-06-29 18:05:50 +02:00
Andrew J. Kroll 5776195523 Update heads Tue Jun 24 21:46:25 UTC 2014 2014-06-24 17:46:43 -04:00
Andrew J. Kroll ada715a735 Merge commit '5f1e4d5b7527fe072317b0b602dbe1e4dec442dc' 2014-06-12 23:13:12 -04:00
Andrew J. Kroll 16689cdf14 Update heads 2014-06-12 23:12:43 -04:00
Andrew J. Kroll 5f1e4d5b75 Update heads 2014-06-12 22:31:14 -04:00
Kristian Lauszus 2e4f3ad4da Updated comment 2014-06-09 16:59:14 +02:00
Andrew J. Kroll 7034b2d4aa Update heads 2014-06-02 17:37:54 -04:00
Andrew J. Kroll 05bbfaad6f Update heads 2014-06-02 10:48:29 -04:00
Kristian Lauszus 27c0f7f175 Merge branch 'xxxajk' 2014-05-27 09:45:05 +02:00
Kristian Lauszus d9dac13225 Updated testusbhostFAT example and submodules 2014-05-27 09:42:13 +02:00
Andrew J. Kroll f6244bbe59 bugfix 2014-05-24 00:31:26 -04:00
Andrew J. Kroll a50baa8aec Merge in masters 2014-05-23 00:12:55 -04:00
Andrew J. Kroll 15974fcd54 Merge branch 'master' of github.com:felis/USB_Host_Shield_2.0 into xxxajk 2014-05-23 00:10:24 -04:00
Andrew J. Kroll d56ed57495 Fix 1 month rollover bug -- Lei Shi found this one in one place, I found the problem all over the library and patched them all. 2014-05-22 23:36:33 -04:00
Andrew J. Kroll 0acad810b2 Merge branch 'xxxajk' of github.com:felis/USB_Host_Shield_2.0 into xxxajk 2014-05-22 01:33:23 -04:00
Andrew J. Kroll b1ac516175 Better/smaller EndpointXtract method, Removes buggy/unused/dead block of code. 2014-05-22 01:33:01 -04:00
Kristian Lauszus 67cb06e858 Add space between bytes printed for debugging 2014-05-21 23:29:15 +02:00
Kristian Lauszus e986282fa5 Forgot to call setLedRaw with the controller as the second argument in setLedOn 2014-04-28 22:01:38 +02:00
Kristian Lauszus 53a4ea63f2 Merge branch 'master' into SPPClient 2014-04-23 23:54:58 +02:00
Kristian Lauszus 2c5f5e8c09 Can now read battery level and usb, audio and mic status of PS4 controller
Inspired by: https://github.com/chrippa/ds4drv/blob/master/ds4drv/device.py
2014-04-23 23:40:47 +02:00
Kristian Lauszus b8aecacd6d Added comments for "SDP_ServiceSearchAttributeResponse" 2014-04-22 16:54:41 +02:00
Kristian Lauszus aae52f82c3 Make sure GCC_VERSION is defined in SPPClient.h
Also updated comment
2014-04-22 01:50:28 +02:00
Kristian Lauszus 18f3ace838 Removed last part of SPPServer constructor, as it shouldn't start the pairing sequence 2014-04-22 01:22:57 +02:00
Kristian Lauszus c5ec4c2402 Allow the user to write the remote Bluetooth address LSB, as it is normally shown 2014-04-21 19:28:00 +02:00
Kristian Lauszus d9bbd6f224 Updated submodules 2014-04-21 19:25:31 +02:00
Kristian Lauszus b516af57df Renamed SPP and SPPi library to SPPServer and SPPClient respectively 2014-04-21 18:41:39 +02:00
Kristian Lauszus ee90afde31 Merged SPPi class in from @magictaler - see: #79
I have made several improvements. Including making a new SPPBase class.
2014-04-21 18:27:04 +02:00
Kristian Lauszus d9dfa3cf35 Show how to control the light and rumble inside the PS4 controller 2014-04-06 19:15:43 +02:00
Kristian Lauszus 7e1feedbd1 Forgot copyright section in settings.h in 1ebce9b877 2014-03-29 00:54:51 +01:00
Kristian Lauszus 0be51b12e5 Updated PS3 paring documentation 2014-03-27 02:45:49 +01:00
Kristian Lauszus 7569c19a76 Fixed comment
The default pin was changed from 1234 to 0000 a while back
2014-03-19 18:06:44 +01:00
Kristian Lauszus b3b476af33 Fixed debug message 2014-03-18 18:37:36 +01:00
Kristian Lauszus af2e8d5184 Removed files used for Netbeans project 2014-03-18 18:37:02 +01:00
Kristian Lauszus 00ae0d138f Updated submodules 2014-03-18 18:29:47 +01:00
Kristian Lauszus 2b31f96bcd Making it clearer how to get the PS4 controller into paring mode 2014-03-17 15:48:37 +01:00
Kristian Lauszus 62f8cbbc25 Do not set SS pin for the Due
Let the Arduino SPI library take care of that
2014-03-07 02:19:34 +01:00
Kristian Lauszus 1ebce9b877 Some files were missing copyright section 2014-03-07 02:17:47 +01:00
Kristian Lauszus a042e5a849 Simplify how PS3 printStatusString prints the string 2014-03-07 02:12:39 +01:00
Kristian Lauszus 0378d35ee8 Merge branch 'xxxajk' 2014-03-06 21:48:54 +01:00