write() on Arduino Uno Rev4 Wifi only works with angle #133
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
The Servo.h header file has this comment for write():
// if value is < 200 it's treated as an angle, otherwise as pulse width in microseconds
This is true for AVR boards:
But the Uno Rev4 implementation seems to only work with angles:
From a quick scan of the different implementations:
Should be an easy fix, happy to send a PR if someone will approve it.
The text was updated successfully, but these errors were encountered: