Hi all, can anyone please help me in setup up the timer interrupt? I could only see the printing of "Entered 2". Kindly check on the attached text file for my code. Kindly assist. Thanks in advance.
Hi all, can anyone please help me in setup up the timer interrupt? I could only see the printing of "Entered 2". Kindly check on the attached text file for my code. Kindly assist. Thanks in advance.
Monpetit answered your question - it's C++ vs C linkage and it would have helped if you'd pointed out you were using Arduino build environment at the start. You need to figure out how to fix the compilation error you're getting - which means starting by working out where the previous definition comes from which is using C++ linkage.
Monpetit answered your question - it's C++ vs C linkage and it would have helped if you'd pointed out you were using Arduino build environment at the start. You need to figure out how to fix the compilation error you're getting - which means starting by working out where the previous definition comes from which is using C++ linkage.