i have this error using PWMServo
undefined reference to `PWMServo::detach()'
collect2: error: ld returned 1 exit status
here's the code if there's something wrong
#include "FireDetection.h"
#include <Wire.h>
#include <PWMServo.h>
//#include...
I dont know if it's a bug but Servo library doesnt work in teensy ands it shows this error that says unsupported
Servo.h:81:2: error: #error "This library only supports boards with an AVR, SAM, SAMD, NRF52, STM32F4, Renesas or XMC processor." 81...