hessa59
Results
2
comments of
hessa59
I had the same problem trying to compile the code in Atmel studio 7. But I switched to a C project and copied the pin defines to C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\pinDefines.h...
I got the Usart echo program to work in Atmel Studio 7 in C++ mode by typing extern "C" in front of all the function definitions in usart,h as in:...