Skip to content

Commit cbbb53d

Browse files
committed
update version to 0.1.2
1 parent 8bdfcfb commit cbbb53d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

libraries/PCA9635/PCA9635.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
// FILE: PCA9635.cpp
33
// AUTHOR: Rob Tillaart
44
// DATE: 23-apr-2016
5-
// VERSION: 0.1.01
5+
// VERSION: 0.1.2
66
// PURPOSE: I2C PCA9635 library for Arduino
77
// URL:
88
//
99
// HISTORY:
10+
// 0.1.2 fix for PCA9635_MODE1
1011
// 0.1.01 set autoincr in constructor
1112
// 0.1.00 initial BETA version
1213
//
@@ -131,4 +132,4 @@ uint8_t PCA9635::readReg(uint8_t reg)
131132

132133
//
133134
// END OF FILE
134-
//
135+
//

libraries/PCA9635/PCA9635.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// FILE: PCA9635.H
33
// AUTHOR: Rob Tillaart
44
// DATE: 23-apr-2016
5-
// VERSION: 0.1.01
5+
// VERSION: 0.1.2
66
// PURPOSE: I2C PCA9635 library for Arduino
77
// URL: https://github.com/RobTillaart/Arduino/tree/master/libraries
88
//

libraries/PCA9635/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=PCA9635
2-
version=0.1.01
2+
version=0.1.2
33
author=Rob Tillaart <rob.tillaart@gmail.com>
44
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
55
sentence=Library for PCA9635 PWM.

0 commit comments

Comments
 (0)