Adafruit_SleepyDog: Conflict with radiohead library on Adafruit Feather M0
- Arduino board: Adafruit Feather M0 with RFM95 LoRa Radio
- Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.5
Library conflicts with radiohead. The the above Adafruit board, it’s quite likely to want to use these two libraries together - but both appear to use the TC3 interrupt handeller. Giving the following error when you try to use them together:
libraries\Adafruit_ASFcore\tc_interrupt.c.o: In function 'TC3_Handler': C:\Users\ibarnes\Dropbox\Arduino\libraries\Adafruit_ASFcore/tc_interrupt.c:140: multiple definition of 'TC3_Handler' libraries\RadioHead\RH_ASK.cpp.o:C:\Users\ibarnes\Dropbox\Arduino\libraries\RadioHead/RH_ASK.cpp:611: first defined here collect2.exe: error: ld returned 1 exit status exit status 1 Error compiling for board Adafruit Feather M0.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (5 by maintainers)
we’ll take a look - no promises whatsoever on when it’ll be done 😃