Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abderraouf-adjal committed Sep 25, 2020
1 parent 798dabb commit bdcb733
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Embedded Type-C PID",
"version": "1.1.1",
"version": "1.1.2",
"description": "PID controller (Type-C) with a flexible API and errors handling.",
"keywords": "arduino, pid, controller, implementation",
"repository": {
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=Embedded Type-C PID
version=1.1.1
version=1.1.2
author=Abderraouf Adjal
maintainer=Abderraouf Adjal <[email protected]>
sentence=PID controller (Type-C) with a flexible API and errors handling.
Expand Down
4 changes: 2 additions & 2 deletions src/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Project name: EPID (Embedded Proportional-Integral-Derivative (PID) controller).
* Semantic versioning: `EPID_LIB_VERSION`
* Version date (ISO-8601): 2020-09-01
* Version date (ISO-8601): 2020-09-25
* C standard: C99 (ISO/IEC 9899:1999) or later.
*
* Description:
Expand Down Expand Up @@ -61,7 +61,7 @@ extern "C" {
#endif

/* API and behavior semantic versioning. */
#define EPID_LIB_VERSION "1.1.1"
#define EPID_LIB_VERSION "1.1.2"

/* To help with data-type (Integer, float, double) modification. */
#define EPID_FP_ZERO 0.0f
Expand Down

0 comments on commit bdcb733

Please sign in to comment.