I am attempting a project where I use a feather 32u4 to control a servo. It is controlled using the buttons on an attached oled featherwing to set the servo to 3 different values. The code that was provided to me produces an error for this board. After messing with similar code, it appears the statement #include <Servo.h> produces an error. There is also a note in the messages about Wire.h but that appears to not be a problem any other time.
The error messages are as follows:
Arduino: 1.6.13 (Mac OS X), Board: "Adafruit Feather 32u4"
libraries/Servo/avr/Servo.cpp.o (symbol from plugin): In function `ServoCount':
(.text+0x0): multiple definition of `__vector_17'
libraries/RadioHead-master/RH_ASK.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
Multiple libraries were found for "Wire.h"
Used: /Users/bsd194.lab102/Library/Arduino15/packages/adafruit/hardware/avr/1.4.13/libraries/Wire
Not used: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire
exit status 1
Error compiling for board Adafruit Feather 32u4.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I would attach the code but I don't know how to post it without it appearing oddly.