We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9743c4f commit 1299bceCopy full SHA for 1299bce
hardware/arduino/boards.txt
@@ -336,3 +336,21 @@ atmega8.build.mcu=atmega8
336
atmega8.build.f_cpu=16000000L
337
atmega8.build.core=arduino
338
339
+##############################################################
340
+
341
+atmega16.name=Arduino w/ ATmega16
342
343
+atmega16.upload.protocol=stk500
344
+atmega16.upload.maximum_size=15360
345
+atmega16.upload.speed=9600
346
347
+atmega16.bootloader.low_fuses=0xdf
348
+atmega16.bootloader.high_fuses=0xda
349
+atmega16.bootloader.path=atmega16
350
+atmega16.bootloader.file=ATmega16BOOT.hex
351
+atmega16.bootloader.unlock_bits=0x3F
352
+atmega16.bootloader.lock_bits=0x3F
353
354
+atmega16.build.mcu=atmega16
355
+atmega16.build.f_cpu=7372800L
356
+atmega16.build.core=arduino
0 commit comments