Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
makerspet committed Jan 27, 2024
1 parent d7e51f5 commit 99fa48a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ void loop()
analogWrite(PIN_OUTPUT, Output);
}
```
## Relese notes
v1.1.1
- float option

v1.0.0
- breaking change: moved `#define` to class constants

v1.0.1
- initial release
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.0
version=1.1.1
author=Ilia O., Brett Beauregard
maintainer=Ilia O.
sentence=PID controller with non-uniform time sampling
Expand Down

0 comments on commit 99fa48a

Please sign in to comment.