mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
Add code-spell spelling checks to CI (#8067)
Help find and fix silly spelling errors as they are added to the repo.
This commit is contained in:
committed by
GitHub
parent
78a2ed6bd8
commit
60fe7b4ca8
@ -47,7 +47,7 @@
|
||||
// The following values are in us (microseconds).
|
||||
// Since the defaults can be overwritten in the new attach() member function,
|
||||
// they were modified from the Arduino AVR defaults to be in the safe range
|
||||
// of publically available specifications. While this implies that many 180°
|
||||
// of publicly available specifications. While this implies that many 180°
|
||||
// servos do not operate the full 0° to 180° sweep using these, it also prevents
|
||||
// unsuspecting damage. For Arduino AVR, the same change is being discussed.
|
||||
#define DEFAULT_MIN_PULSE_WIDTH 1000 // uncalibrated default, the shortest duty cycle sent to a servo
|
||||
|
Reference in New Issue
Block a user