最終更新:2014-04-16 (水) 15:55:37 (3656d)  

Arduino/HID.cpp
Top / Arduino / HID.cpp

メモ

/*
HID Class Request
setup.bRequest : Request Type
	0x01 : GET_REPORT
wValue.MSB (setup.wValueH) : Report Type
	0x01 = Input Report
	0x02 = Output Report
	0x03 = Feature Report
wValue.LSB (setup.wValueL) : Report ID
*/

関連