Hi all,
Noob here on programming so here it is, I keep getting an error msg when trying to compile this code. It is quite long so I will attatch the .ino for you to look at. I have taken it from this tutorial:
As far as I can tell I have everything installed correctly but I keep getting this error any help you can give is appreciated:
Arduino: 1.6.5 (Windows 8.1), TD: 1.25, Board: "Arduino/Genuino Uno"
Build options changed, rebuilding all
C:\Users\Dad\AppData\Local\Temp\build2658201317515442899.tmp/core.a(main.cpp.o): In function main': C:\Users\Dad\Documents\Arduino\hardware\arduino\avr\cores\arduino/main.cpp:40: undefined reference to
setup'
C:\Users\Dad\Documents\Arduino\hardware\arduino\avr\cores\arduino/main.cpp:43: undefined reference to `loop'
collect2.exe: error: ld returned 1 exit status
Error compiling.
Thanks for your time
Jerry Leonard
SimpleFixedFrequency.ino (3.81 KB)