[Résolu] Lib "VirtualWire.h" incompatible avec Lib "Servo.h" !!?

Pour ceux qui auraient un probléme de compilation à cause de math.h

#undef int
#undef abs
#undef double
#undef float
#undef round

La derniére ligne suffit en général, sinon il faut faire des test pour savoir quel undef garder ou non.