[SOLVED] Servo library

Hi all,

I am trying to use a servo motor on my 101 board with the Servo.h library, and while compiling, I get the following error : #error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor.". It makes sense, when I look into the library I only find the above folders.

Nevertheless, I used this servo with this Servo.h library, on this same 101 board a few months ago, and never had any trouble. I tried installing old versions of this library, but with no success.
Do you have any ideas on how to make it work again ?
I'm using the "Arduino IDE" on macOS.

Thank you for your help :slight_smile:

[SOLVED]

Problem solved : On 101 boards, "Servo" library found in the library manager is not the one that should be used. Instead, you need to use this one : GitHub - arduino/ArduinoCore-arc32
Same name, but different files