A Composite device with USBSerial and USBKeyboard
Dependents: USBSerialKeyboard_Example
Revision 1:9367d07d0707, committed 2013-03-30
- Comitter:
- p3p
- Date:
- Sat Mar 30 12:27:31 2013 +0000
- Parent:
- 0:93ff83b03fd8
- Commit message:
- Initial Release
Changed in this revision
USBSerialKeyboard.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBSerialKeyboard.h Sat Mar 30 12:17:51 2013 +0000 +++ b/USBSerialKeyboard.h Sat Mar 30 12:27:31 2013 +0000 @@ -55,7 +55,7 @@ * @param product_release Your preoduct_release (default: 0x0001) * */ - USBSerialKeyboard(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2013, uint16_t product_release = 0x0001): USBCDCHID(vendor_id, product_id, product_release), buf(128){ }; + USBSerialKeyboard(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2012, uint16_t product_release = 0x0001): USBCDCHID(vendor_id, product_id, product_release), buf(128){ }; /**