I have never seen this error message before and I have no idea how to fix it.
core.a(Tone.cpp.o): In function `__vector_7':
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Tone.cpp:535: multiple definition of `__vector_7'
NewPing\NewPing.cpp.o:C:\Users\Lonnie\Documents\Arduino\libraries\NewPing/NewPing.cpp:214: first defined here
The program the error was thrown with is meant to do some fancy initialization stuff with an adafruit LCD, control an LED that can be dimmed with a pot, and be able to shut off after a while if no motion is detected with a sonar sensor
I actually tried a different hardware method that got rid of the sonar sensor and fixed it - I never did figure out why they were conflicting or how to fix it