Skip to content

Commit

Permalink
Release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
makerspet committed Jan 27, 2024
1 parent 357c33c commit 4323a07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@ void loop()
}
```
## Relese notes

v1.1.2
- PID() empty no-arguments constructor with Init() to follow
- convenient when instantiating PID like a static variable and configuring later

v1.1.1
- float option
- PID() empty constructor with Init() to follow

v1.1.0
- breaking change: moved `#define` to class constants
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=PID_Timed
version=1.1.1
version=1.1.2
author=Ilia O. <iliao@kaia.ai>
maintainer=Ilia O. <iliao@kaia.ai>
sentence=PID controller with non-uniform time sampling
Expand Down

0 comments on commit 4323a07

Please sign in to comment.