We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cefbae commit 691f1d7Copy full SHA for 691f1d7
PID_v1.cpp
@@ -1,8 +1,8 @@
1
/**********************************************************************************************
2
- * Arduino PID Library - Version 1.1.1
+ * Arduino PID Library - Version 1.2.1
3
* by Brett Beauregard <[email protected]> brettbeauregard.com
4
*
5
- * This Library is licensed under a GPLv3 License
+ * This Library is licensed under the MIT License
6
**********************************************************************************************/
7
8
#if ARDUINO >= 100
PID_v1.h
@@ -1,6 +1,6 @@
#ifndef PID_v1_h
#define PID_v1_h
-#define LIBRARY_VERSION 1.1.1
+#define LIBRARY_VERSION 1.2.1
class PID
{
0 commit comments