Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Update to include updated library.json
  • Loading branch information
Dlloydev committed Jun 1, 2021
1 parent 1344cfa commit 5817808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QuickPID",
"version": "2.4.2",
"version": "2.4.3",
"description": "A fast PID controller with an AutoTune dynamic object, 10 tunung rules, Integral anti-windup, TIMER Mode, variable Proportional and Derivative on Error to Measurement and full-featured Arduino analogWrite compatibility for ESP32 and ESP32-S2.",
"keywords": "PID, controller, signal",
"repository":
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"homepage": "https://github.com/Dlloydev/QuickPID",
"dependencies": {
"QuickPID": "~2.4.2"
"QuickPID": "~2.4.3"
},
"frameworks": "*",
"platforms": "*"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=QuickPID
version=2.4.2
version=2.4.3
author=David Lloyd
maintainer=David Lloyd <dlloydev@testcor.ca>
sentence=A fast PID controller with AutoTune, integral anti-windup and variable controls for Proportional and Derivative on Error to Measurement.
Expand Down
2 changes: 1 addition & 1 deletion src/QuickPID.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**********************************************************************************
QuickPID Library for Arduino - Version 2.4.2
QuickPID Library for Arduino - Version 2.4.3
by dlloydev https://github.com/Dlloydev/QuickPID
Based on the Arduino PID Library and work on AutoTunePID class
by gnalbandian (Gonzalo). Licensed under the MIT License.
Expand Down

0 comments on commit 5817808

Please sign in to comment.