Skip to content

Commit

Permalink
version / license
Browse files Browse the repository at this point in the history
Incorrect version and license in cpp and h
  • Loading branch information
br3ttb committed Jun 20, 2017
1 parent 5cefbae commit 691f1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PID_v1.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**********************************************************************************************
* Arduino PID Library - Version 1.1.1
* Arduino PID Library - Version 1.2.1
* by Brett Beauregard <[email protected]> brettbeauregard.com
*
* This Library is licensed under a GPLv3 License
* This Library is licensed under the MIT License
**********************************************************************************************/

#if ARDUINO >= 100
Expand Down
2 changes: 1 addition & 1 deletion PID_v1.h
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down

0 comments on commit 691f1d7

Please sign in to comment.