Re: CCITT in C++ for AVR



David Kelly wrote:
#1 mistake is the thought of using C++ in an embedded application such as you describe.

Not my choice.


If you must use a solution from a can then at least the 16 bit version comes in avr-libc, the most common library used with avr-gcc.
http://www.nongnu.org/avr-libc/user-manual/group__util__crc.html


Avr-gcc (including the Windows package of avr-gcc called WinAVR) is a very good C compiler and environment for AVR development.

On comp.lang.c++ I got the link to the avr-libc, but thanks. That's what I was looking for. IMO C is also good, as the OO stuff that comes with C++ is not necessary. Thanks for the info, regards


RadGar
.