Adding note about Arduino VID and PIDs.
This commit is contained in:
parent
f255b259d1
commit
82f8ec40b7
|
@ -12,3 +12,6 @@ avrdude -p at90usb82 -F -P usb -c avrispmkii -U flash:w:UNO-dfu_and_usbserial_co
|
|||
|
||||
To burn (Mega 2560):
|
||||
avrdude -p at90usb82 -F -P usb -c avrispmkii -U flash:w:MEGA-dfu_and_usbserial_combined.hex -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -U efuse:w:0xF4:m -U lock:w:0x0F:m
|
||||
|
||||
Please note that the Arduino VID and PIDs are only for use with official
|
||||
Arduino hardware and should not be used on other products.
|
Loading…
Reference in New Issue