I am working on a project to use Arduino heart rate pulse wirelessly. My issue is when I add the RadioHead library to the existing generic heart pulse code; it is conflicting.
To be precise, it is conflicting with the interrupt section only. I read a bit on the Internet, and I guess I have a library conflict... But there aren't any other libraries in use.
When I try upload the sketch only after adding RadioHead:
#include <RH_ASK.h>
I get the following message:
C:\Users\namee\AppData\Local\Temp\cc9lzNai.ltrans2.ltrans.o: In function `main':
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/main.cpp:43: undefined reference to `setup'
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino Leonardo.