Skip to content

Commit d2bfb44

Browse files
committed
Renamed function setDegreeForAllServos() to setIntegerDegreeForAllServos() and added function setFloatDegreeForAllServos()
1 parent b8f38eb commit d2bfb44

File tree

25 files changed

+69
-30
lines changed

25 files changed

+69
-30
lines changed

.github/workflows/LibraryBuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@ jobs:
171171
with:
172172
library-manager: update
173173

174+
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
175+
- name: Spell check
176+
uses: codespell-project/actions-codespell@master
177+
with:
178+
only_warn: 1
179+
174180
- name: Compile all examples using the arduino-test-compile action
175181
uses: ArminJo/arduino-test-compile@master
176182
with:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ This will print internal information visible in the Arduino *Serial Monitor* whi
404404
<br/>
405405

406406
# Revision History
407+
### Version 3.2.1
408+
- Renamed function `setDegreeForAllServos()` to `setIntegerDegreeForAllServos()` and added function `setFloatDegreeForAllServos()`.
409+
407410
### Version 3.2.0
408411
- ATmega4808 support added.
409412
- Added function `getCurrentMicroseconds()`.

examples/AsymmetricEasing/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Contains SERVO*_PIN definitions for ServoEasing examples for various platforms
55
* as well as includes and definitions for LED_BUILTIN
66
*
7-
* Copyright (C) 2020-2022 Armin Joachimsmeyer
7+
* Copyright (C) 2020-20232 Armin Joachimsmeyer
88
99
*
1010
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

examples/CatMover/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Contains SERVO*_PIN definitions for ServoEasing examples for various platforms
55
* as well as includes and definitions for LED_BUILTIN
66
*
7-
* Copyright (C) 2020-2022 Armin Joachimsmeyer
7+
* Copyright (C) 2020-20232 Armin Joachimsmeyer
88
99
*
1010
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

examples/ConsecutiveEasingsWithCallback/ConsecutiveEasingsWithCallback.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Note, that Back and Elastic are not totally visible at your servo, since they use angels above 180 and below 0 degree in this example.
77
* It uses a callback handler and specification arrays to generate the movement cycle.
88
*
9-
* Copyright (C) 2022 Armin Joachimsmeyer
9+
* Copyright (C) 2022-2023 Armin Joachimsmeyer
1010
1111
*
1212
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

examples/ConsecutiveEasingsWithCallback/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Contains SERVO*_PIN definitions for ServoEasing examples for various platforms
55
* as well as includes and definitions for LED_BUILTIN
66
*
7-
* Copyright (C) 2020-2022 Armin Joachimsmeyer
7+
* Copyright (C) 2020-20232 Armin Joachimsmeyer
88
99
*
1010
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

examples/ContinuousRotatingServo/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Contains SERVO*_PIN definitions for ServoEasing examples for various platforms
55
* as well as includes and definitions for LED_BUILTIN
66
*
7-
* Copyright (C) 2020-2022 Armin Joachimsmeyer
7+
* Copyright (C) 2020-20232 Armin Joachimsmeyer
88
99
*
1010
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

examples/EndPositionsTest/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Contains SERVO*_PIN definitions for ServoEasing examples for various platforms
55
* as well as includes and definitions for LED_BUILTIN
66
*
7-
* Copyright (C) 2020-2022 Armin Joachimsmeyer
7+
* Copyright (C) 2020-20232 Armin Joachimsmeyer
88
99
*
1010
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

examples/LightweightServoExample/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Contains SERVO*_PIN definitions for ServoEasing examples for various platforms
55
* as well as includes and definitions for LED_BUILTIN
66
*
7-
* Copyright (C) 2020-2022 Armin Joachimsmeyer
7+
* Copyright (C) 2020-20232 Armin Joachimsmeyer
88
99
*
1010
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

examples/OneServo/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Contains SERVO*_PIN definitions for ServoEasing examples for various platforms
55
* as well as includes and definitions for LED_BUILTIN
66
*
7-
* Copyright (C) 2020-2022 Armin Joachimsmeyer
7+
* Copyright (C) 2020-20232 Armin Joachimsmeyer
88
99
*
1010
* This file is part of ServoEasing https://github.com/ArminJo/ServoEasing.

0 commit comments

Comments
 (0)