Add device ID for the Arduino Micro

PR:		191050
Submitted by:	alfred@
Approved by:	maintainer (Bob Frazier, <bobf@mrp3.com>
This commit is contained in:
Rene Ladan 2014-06-22 21:16:04 +00:00
parent f6d3acfe3c
commit 92747f1bef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358830

View File

@ -33,6 +33,7 @@
{ 0x2341, 0x0042 }, // Arduino MEGA (rev 3), vendor 2341H, product 0042H
{ 0x2341, 0x0043 }, // Arduino UNO (rev 3), vendor 2341H, product 0043H
{ 0x2341, 0x0010 }, // Arduino MEGA 2560 R3, vendor 2341H, product 0010H
{ 0x2341, 0x8037 }, // Arduino Micro
// place your entries below this line