Skip to content

Commit 691f1d7

Browse files
committed
version / license
Incorrect version and license in cpp and h
1 parent 5cefbae commit 691f1d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PID_v1.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**********************************************************************************************
2-
* Arduino PID Library - Version 1.1.1
2+
* Arduino PID Library - Version 1.2.1
33
* by Brett Beauregard <[email protected]> brettbeauregard.com
44
*
5-
* This Library is licensed under a GPLv3 License
5+
* This Library is licensed under the MIT License
66
**********************************************************************************************/
77

88
#if ARDUINO >= 100

PID_v1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef PID_v1_h
22
#define PID_v1_h
3-
#define LIBRARY_VERSION 1.1.1
3+
#define LIBRARY_VERSION 1.2.1
44

55
class PID
66
{

0 commit comments

Comments
 (0)