USB_Host_Shield_2.0/examples
stumpja 4be94d11c5 Update hub_demo.ino
Updated code per @Lauszus request. The first item updated was a comment on LINE #308 saying that the string is UTF-16LE encoded. This is why we have to skip every second character when printing the string. The second item was figuring out the proper buffer size for LINE #280. After some research I found that the maximum string length is limited to 255 bytes since the bLength field is 1 byte long. I changed the buffer size to 256 to accommodate for this. Finally, I cleaned up some of the code to make it more consistent. This is purely aesthetic, and subjective at that.
2016-04-19 11:25:44 +02:00
..
acm/acm_terminal SPI library was added twice after merge - see: c39e8a180c 2015-03-03 19:08:39 +01:00
adk There is no reason to cast implicit to HIDReportParser, as the classes already inherits it 2016-01-20 14:59:16 +01:00
Bluetooth There is no reason to cast implicit to HIDReportParser, as the classes already inherits it 2016-01-20 14:59:16 +01:00
board_qc Slow SPI devices like the Galileo might actually read it as stabilised in the first go 2015-03-19 16:31:29 +01:00
cdc_XR21B1411/XR_terminal XR_terminal example INO renamed 2015-03-19 15:01:06 -04:00
ftdi/USBFTDILoopback SPI library was added twice after merge - see: c39e8a180c 2015-03-03 19:08:39 +01:00
HID There is no reason to cast implicit to HIDReportParser, as the classes already inherits it 2016-01-20 14:59:16 +01:00
hub_demo Update hub_demo.ino 2016-04-19 11:25:44 +02:00
max_LCD SPI library was added twice after merge - see: c39e8a180c 2015-03-03 19:08:39 +01:00
pl2303 SPI library was added twice after merge - see: c39e8a180c 2015-03-03 19:08:39 +01:00
PS3USB Corrected spelling mistake "Purble" to "Purple" 2015-05-17 18:52:25 +02:00
PS4USB SPI library was added twice after merge - see: c39e8a180c 2015-03-03 19:08:39 +01:00
PSBuzz SPI library was added twice after merge - see: c39e8a180c 2015-03-03 19:08:39 +01:00
testusbhostFAT Merge branch 'master' into SPI 2015-04-07 15:08:02 +02:00
USB_desc Fixed formatting 2015-04-22 15:48:43 +02:00
Xbox Added missing include in the Xbox One example 2015-07-07 09:58:30 +02:00