From 99fa48a47c715b67d886998cd89755159988d1de Mon Sep 17 00:00:00 2001 From: Maker's Pet Date: Fri, 26 Jan 2024 18:25:05 -0800 Subject: [PATCH] Release notes --- README.md | 9 +++++++++ library.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be6f36..650873d 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/library.properties b/library.properties index 68e3c0b..a017147 100644 --- a/library.properties +++ b/library.properties @@ -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