You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file servo.h includes ServoTimers.h which is in the arch folder.
This has 2 consequences
All arch implementation need a ServoTimers.h file
arch/[infrastructure] needs to be added to the include path
This should be fixed because a definition should never enforce an implementation.
Adding the header to the Servo.cpp file in the avr and sam fixes this problem