Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tam
$regfile = "m8def.dat"
Config Pinc.0 = Output
Reset Pinc.0
$regfile = "m8def.dat"
$crystal = 1000000
Config Pinc.0 = Output
do 'pętla nieskończona
Set Pinc.0
loop 'koniec pętli
end 'koniec programu
D:\avrdude-5.8-w32\avrdude-5.8-w32>avrdude -c usbasp -p m8 -U flash:w:PROBY.HEX
found 7 busses
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.05s
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: reading input file "PROBY.HEX"
avrdude: input file PROBY.HEX auto detected as Intel Hex
avrdude: writing flash (120 bytes):
Writing | ################################################## | 100% 0.59s
avrdude: 120 bytes of flash written
avrdude: verifying flash memory against PROBY.HEX:
avrdude: load data flash data from input file PROBY.HEX:
avrdude: input file PROBY.HEX auto detected as Intel Hex
avrdude: input file PROBY.HEX contains 120 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.53s
avrdude: verifying ...
avrdude: 120 bytes of flash verified
avrdude: safemode: Fuses OK
avrdude done. Thank you.
D:\avrdude-5.8-w32\avrdude-5.8-w32>