Skip to content

Commit 78e2b3c

Browse files
committed
Version 2.4.1
1 parent 0916d32 commit 78e2b3c

File tree

60 files changed

+306
-294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+306
-294
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To customize the library to different requirements, there are some compile optio
151151
These macros must be defined in your program before the line `#include <ServoEasing.hpp>` to take effect.<br/>
152152
Modify them by enabling / disabling them, or change the values if applicable.
153153

154-
| Option | Default | Description |
154+
| Name | Default value | Description |
155155
|-|-|-|
156156
| `USE_PCA9685_SERVO_EXPANDER` | disabled | Enables the use of the PCA9685 I2C expander chip/board. |
157157
| `USE_SERVO_LIB` | disabled | Use of PCA9685 normally disables use of regular servo library. You can force additional using of regular servo library by defining `USE_SERVO_LIB`. See [below](https://github.com/ArminJo/ServoEasing#using-pca9685-16-channel-servo-expander). |

examples/AsymmetricEasing/AsymmetricEasing.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
22+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2323
*/
2424

2525
#include <Arduino.h>

examples/AsymmetricEasing/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* GNU General Public License for more details.
2121
*
2222
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
23+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2424
*
2525
*/
2626

examples/CatMover/CatMover.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* GNU General Public License for more details.
2020
2121
* You should have received a copy of the GNU General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
22+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2323
*
2424
*/
2525

examples/CatMover/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* GNU General Public License for more details.
2121
*
2222
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
23+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2424
*
2525
*/
2626

examples/ContinuousRotatingServo/ContinuousRotatingServo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
22+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2323
*/
2424

2525
#include <Arduino.h>

examples/ContinuousRotatingServo/PinDefinitionsAndMore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* GNU General Public License for more details.
2121
*
2222
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
23+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2424
*
2525
*/
2626

examples/EndPositionsTest/ADCUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
22+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2323
*/
2424

2525
#include "ADCUtils.h"

examples/EndPositionsTest/ADCUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* GNU General Public License for more details.
1818
*
1919
* You should have received a copy of the GNU General Public License
20-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
20+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
2121
*
2222
*/
2323

examples/EndPositionsTest/EndPositionsTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* GNU General Public License for more details.
2828
*
2929
* You should have received a copy of the GNU General Public License
30-
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
30+
* along with this program. If not, see <http://www.gnu.org/licenses/gpl.html>.
3131
*/
3232

3333
#include <Arduino.h>

0 commit comments

Comments
 (0)