Skip to content

Commit ee65466

Browse files
author
David Forrest
committed
Update to 1.2.3 since adding GetTi() GetTd()
1 parent 1c3883f commit ee65466

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PID_v1_bc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**********************************************************************************************
2-
* Arduino PID Library with back calculation - Version 1.2.2
2+
* Arduino PID Library with back calculation - Version 1.2.3
33
* by David Forrest <[email protected]>
44
* Brett Beauregard <[email protected]> brettbeauregard.com
55
*

PID_v1_bc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef PID_v1_bc_h
22
#define PID_v1_bc_h
3-
#define LIBRARY_VERSION 1.2.2
3+
#define LIBRARY_VERSION 1.2.3
44

55
class PID
66
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
***************************************************************
2-
* Arduino PID Library - Version 1.2.2
2+
* Arduino PID Library - Version 1.2.3
33
* by David Forrest <[email protected]> 2023-02-24
44
* by Brett Beauregard <[email protected]> brettbeauregard.com
55
*

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=PID_v1_bc
2-
version=1.2.2
2+
version=1.2.3
33
author=David Forrest
44
maintainer=David Forrest
55
sentence=PID controller based on PID_v1 with back-calculation anti-windup

0 commit comments

Comments
 (0)