This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:library:arduino:bootloader.html [2011/04/14 21:16] daigo |
tutorials:library:arduino:bootloader.html [2016/01/28 18:05] (current) |
||
---|---|---|---|
Line 95: | Line 95: | ||
/* Hello is anyone home ? */ | /* Hello is anyone home ? */ | ||
if(ch=='0') { | if(ch=='0') { | ||
- | fi**rstchar = 1; // we got an appropriate bootloader instruction** | + | firstchar = 1; // we got an appropriate bootloader instruction |
nothing_response(); | nothing_response(); | ||
}else if (firstchar == 0) { | }else if (firstchar == 0) { |