version / license

Incorrect version and license in cpp and h
This commit is contained in:
Brett 2017-06-20 07:09:25 -07:00
parent 5cefbae8e5
commit 691f1d7af8
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
/********************************************************************************************** /**********************************************************************************************
* Arduino PID Library - Version 1.1.1 * Arduino PID Library - Version 1.2.1
* by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com * by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com
* *
* This Library is licensed under a GPLv3 License * This Library is licensed under the MIT License
**********************************************************************************************/ **********************************************************************************************/
#if ARDUINO >= 100 #if ARDUINO >= 100

View File

@ -1,6 +1,6 @@
#ifndef PID_v1_h #ifndef PID_v1_h
#define PID_v1_h #define PID_v1_h
#define LIBRARY_VERSION 1.1.1 #define LIBRARY_VERSION 1.2.1
class PID class PID
{ {