ElektorLabs / Arduino

Elektor's Arduino compatible boards, including Elektor Uno R4 with ATmega328PB
21 stars 10 forks source link

Bootloader putch(0x56); #10

Open andresgullon opened 6 years ago

andresgullon commented 6 years ago

Hi,

I am wondering, which is the real function of putch(0x56); included in optiboot.c file (bootloader). When I load an Arduino program and open Serial Monitor, "V" character appears always at the beginning.

@elektor-labs

Thanks.