Lines 14-32
Link Here
|
14 |
// { 0xaaaa, 0xbbbb }, |
14 |
// { 0xaaaa, 0xbbbb }, |
15 |
// |
15 |
// |
16 |
// Where '0xaaaa' is the vendor ID, and '0xbbbb' is the product ID that you |
16 |
// Where '0xaaaa' is the vendor ID, and '0xbbbb' is the product ID that you |
17 |
// want the driver to recognize as an Arduino UNO. It must end with a ',' |
17 |
// want the driver to recognize as an Arduino UNO. It must end with a ',' |
18 |
// |
18 |
// |
19 |
// The default value of { 0x2341, 0x0001 } is already included as a reference. |
19 |
// The default values for Arduino UNO and MEGA are included as a reference. |
20 |
// NOTE: do not remove or modify this entry unless you really really mean it. |
20 |
// These are provided 'as-is' though testing suggests they are correct. |
21 |
// |
21 |
// |
22 |
// If you change this file, you will need to update it each |
22 |
// When new Arduino products are released, you can add the new information to |
|
|
23 |
// this file. Please let me know so I can update it, too (thanks). Send |
24 |
// new submissions to 'bobf@mrp3.com', with an appropriate subject line and |
25 |
// description of the entry. Please test it first, thanks. |
26 |
// |
27 |
// If you change this file yourself, you will need to update it each |
23 |
// time you obtain a fresh copy of the ports tree. |
28 |
// time you obtain a fresh copy of the ports tree. |
24 |
// |
29 |
// |
25 |
// |
30 |
// |
26 |
|
31 |
|
27 |
{ 0x2341, 0x0001 }, // Arduino UNO, vendor 2341H, product 0001H |
32 |
{ 0x2341, 0x0001 }, // Arduino UNO, vendor 2341H, product 0001H |
|
|
33 |
{ 0x2341, 0x0042 }, // Arduino MEGA (rev 3), vendor 2341H, product 0042H |
34 |
{ 0x2341, 0x0043 }, // Arduino UNO (rev 3), vendor 2341H, product 0043H |
35 |
{ 0x2341, 0x0010 }, // Arduino MEGA 2560 R3, vendor 2341H, product 0010H |
28 |
|
36 |
|
29 |
// place your entries below this line |
37 |
// place your entries below this line |