PaulStoffregen / SoftwareSerial

SoftwareSerial library used on Teensy
116 stars 160 forks source link

Conflict with servo library #21

Open Destoryed1 opened 9 months ago

Destoryed1 commented 9 months ago

Hello, the software serial library causes a conflict with the servo library, the servo jerks, performs micro-movements, etc. the problem is caused by the use of the same timers by both libraries and the blocking time countdown in the software serial library.