Search results

  1. R

    Servo library doesnt work in Teensy 4.0

    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 <Servo.h> FireDetection fireDetection1...
  2. R

    Servo library doesnt work in Teensy 4.0

    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 | #error "This library only supports boards with...
Back
Top