USB_Host_Shield_2.0/examples/hub_demo
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
..
hub_demo.ino Update hub_demo.ino 2016-04-19 11:25:44 +02:00
pgmstrings.h first release 2011-06-22 11:41:22 -06:00