Commit graph

385 commits

Author SHA1 Message Date
Kristian Sloth Lauszus 1a362c5310 Shift one so it the same as setLedOn etc. 2013-05-16 19:29:59 +02:00
Kristian Sloth Lauszus 4342ee3c4e Use __ instead of <b> in readme 2013-05-14 14:45:21 +02:00
Oleg Mazurov 50d5517815 Merge branch 'master' of https://github.com/felis/USB_Host_Shield_2.0 2013-05-13 17:47:57 -06:00
Oleg Mazurov 3d14598400 Added more contributors 2013-05-13 17:47:32 -06:00
Kristian Sloth Lauszus 91d7195577 Check if Bluetooth address is set before writing to PS3 controller 2013-05-14 00:47:05 +02:00
Oleg Mazurov 9d58b9d09c added gearfreak's NAK limit fix 2013-05-12 12:42:06 -06:00
Kristian Sloth Lauszus 3557dac88d Updated comment 2013-05-07 15:50:38 +02:00
Kristian Sloth Lauszus 0e2ae2c8b7 Fixed some comments 2013-05-07 01:01:55 +02:00
Kristian Sloth Lauszus 1dc75ae89f Call send if the buffer would be full 2013-05-07 00:37:43 +02:00
Kristian Sloth Lauszus e6a557870b The SPP Class now inherit from the Arduino Stream library 2013-05-07 00:06:49 +02:00
Kristian Sloth Lauszus 305eeb0820 Added pair function 2013-05-06 23:32:00 +02:00
Oleg Mazurov bf411d1141 Merge pull request #48 from weizenspreu/master
Make KeyboardReportParser::handleLockingKeys() virtual to override keyboard LED handling.
2013-05-02 11:33:53 -07:00
Kenneth Newwood b3bd3ee059 Make KeyboardReportParser::handleLockingKeys() virtual to override keyboard LED handling. 2013-05-02 13:34:29 +02:00
Oleg Mazurov 9813e7a565 Merge branch 'master' of https://github.com/felis/USB_Host_Shield_2.0 2013-04-30 14:07:55 -06:00
Oleg Mazurov 554487c849 Leonardo Compatibility patch by weizenspreu 2013-04-30 14:06:36 -06:00
Kristian Sloth Lauszus 48b3ed93f5 Removed all direct calls to serial.print 2013-04-26 23:50:39 +02:00
Kristian Sloth Lauszus 78cb524bcf Fixed bug in getButtonPress 2013-04-15 18:37:24 +02:00
Kristian Sloth Lauszus 9af835e8fe Battery level no longer return battery level in percentage 2013-04-15 18:36:47 +02:00
Kristian Sloth Lauszus b88de72826 Simplified print commands 2013-04-08 00:25:01 +02:00
Kristian Sloth Lauszus 35ce9c7ab3 Fixed indent 2013-04-08 00:23:52 +02:00
Kristian Sloth Lauszus 60ef04d32f Always print incoming SDP data if EXTRADEBUG is uncommented 2013-04-08 00:22:15 +02:00
Kristian Sloth Lauszus 5b95368438 Fixed typos 2013-04-08 00:18:25 +02:00
Kristian Sloth Lauszus 0df6d40fce Replace do while loop with while loop 2013-04-07 17:21:28 +02:00
Kristian Sloth Lauszus 7dc1c97fe0 Merge branch 'master' of github.com:felis/USB_Host_Shield_2.0 2013-04-03 21:29:24 +02:00
Kristian Sloth Lauszus 39c3039415 Removed double instance of the same code 2013-04-03 21:28:44 +02:00
Oleg Mazurov 2d3b73f9a7 Merge branch 'master' of https://github.com/felis/USB_Host_Shield_2.0 2013-04-03 13:20:50 -06:00
Oleg Mazurov 84cff61f49 fixed printhex 2013-04-03 13:14:25 -06:00
Oleg Mazurov e1a11e9d5c fixed printhex 2013-04-03 13:08:24 -06:00
Oleg Mazurov feda989245 replaced old versions of cdcacm 2013-04-03 12:59:35 -06:00
Kristian Sloth Lauszus 813c5192d4 Can now print more than 60 bytes 2013-04-03 20:36:55 +02:00
Kristian Sloth Lauszus 7ceeb2b2f5 Reserve 200 bytes for string and print status string 2013-04-03 20:36:23 +02:00
Oleg Mazurov ed04516c18 deleted pde versions 2013-04-03 12:13:24 -06:00
Oleg Mazurov 63245b8077 Merge branch 'master' of https://github.com/felis/USB_Host_Shield_2.0 2013-04-03 11:57:48 -06:00
Oleg Mazurov 85289c70f4 fixed PrintHex in USBHIDBootKbd example 2013-04-03 11:56:36 -06:00
Kristian Sloth Lauszus a660a353d3 Fixed comment after formatting 2013-04-03 19:42:24 +02:00
Oleg Mazurov 7691a91a4e fixed board_qc to Notify() syntax 2013-04-03 11:40:33 -06:00
Kristian Sloth Lauszus d49eba0372 Cleaned up some formatting 2013-04-03 18:30:46 +02:00
Kristian Sloth Lauszus 9781bbab33 Simplified paring with Wiimote and Wii U Pro Controller 2013-04-03 18:30:24 +02:00
Kristian Sloth Lauszus bbfd49310c Forgot some return statements in case the controller isn't connected 2013-04-03 18:12:05 +02:00
Kristian Sloth Lauszus 7731f17c21 Check for long UUID for L2CAP channel just in case 2013-04-03 17:55:53 +02:00
Kristian Sloth Lauszus 4122764d81 Can now print out the UUID 2013-04-03 17:52:12 +02:00
Kristian Sloth Lauszus a890d4aca8 Moved PS3 report buffer into PS3Enums 2013-04-02 00:12:38 +02:00
Kristian Sloth Lauszus 913496f8ea Removed double instance of the same code 2013-04-02 00:10:02 +02:00
Kristian Sloth Lauszus 1965011c4b Fixed some markdown issues 2013-04-01 22:45:45 +02:00
Kristian Sloth Lauszus 07083819c1 Removed error in documentation 2013-04-01 22:44:49 +02:00
Kristian Sloth Lauszus 1ca5c28163 Don't keep calling setLedStatus 2013-04-01 17:16:56 +02:00
Kristian Sloth Lauszus 831d18016e Added setLedRaw 2013-04-01 15:38:15 +02:00
Kristian Sloth Lauszus 712ed057e5 SPP is now working in Android 4.2 as well! 2013-04-01 03:09:23 +02:00
Kristian Sloth Lauszus 02f98dd950 Can now print out class of device of incoming device 2013-04-01 03:06:49 +02:00
Kristian Sloth Lauszus d20d360695 Fixed indent 2013-04-01 03:05:37 +02:00