tu zdj układu

tu konsola po kompilacji:
make all
'Invoking: Print Size'
avr-size --format=avr --mcu=atmega8 01_DiodaLED.elf
AVR Memory Usage
----------------
Device: atmega8
Program: 104 bytes (1.3% Full)
(.text + .data + .bootloader)
Data: 0 bytes (0.0% Full)
(.data + .bss + .noinit)
'Finished building: sizedummy'
' '
a tu konsola po wgraniu :
avrdude: warning: cannot set sck period. please check for usbasp firmware update.
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e9307
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: warning: cannot set sck period. please check for usbasp firmware update.
avrdude: reading input file "01_DiodaLED.hex"
avrdude: input file 01_DiodaLED.hex auto detected as Intel Hex
avrdude: writing flash (104 bytes):
Writing | ################################################## | 100% 0.07s
avrdude: 104 bytes of flash written
avrdude: verifying flash memory against 01_DiodaLED.hex:
avrdude: load data flash data from input file 01_DiodaLED.hex:
avrdude: input file 01_DiodaLED.hex auto detected as Intel Hex
avrdude: input file 01_DiodaLED.hex contains 104 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.05s
avrdude: verifying ...
avrdude: 104 bytes of flash verified
avrdude done. Thank you.
avrdude finished