Guys,
I'm new to the Arduino. I want to load a bootloader on to my 328. I dont have a second Arduino or any progammers,so have chosen to port the Arduino isp to my mbed (please dont cry). The problem I have is understanding the use of key words LOW/HIGH in 2 function calls
flash(LOW, here, buff[x++]); and
flash(HIGH, here, buff[x++]);
What I need to know is what value does the compiler give to HIGH and LOW.
I dont have a second Arduino or any progammers,so have chosen to port the Arduino isp to my mbed
It's hard to believe that one would know enough to port the Arduino ISP to the mbed platform, and yet still not be able to look at the source code that comes with the IDE to find the answer to this question.
Alternatively, a simple sketch to write the values of HIGH and LOW to the serial monitor would answer the question.