"Larry Barello" <[EMAIL PROTECTED]> wrote:
> There doesn't appear to be "stdbool.h" as part of WinAvr, ...
Of course, there is.
Common pitfall: the AVR-GCC installation ships with *two* (disjunct)
sets of header files. One set is part of the GCC installation, and
things like belong to that gro
Thank you. I suspected this, because that is what avr-gcc does. I Googled
around a bit for the answer but must have not used the right terms. This
knowledge allows me to mix bit and logical operations safely and GCC
compiles nice code as a result.
For other responses: '^^' is not a valid C oper