File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
// FILE: PCA9635.cpp
3
3
// AUTHOR: Rob Tillaart
4
4
// DATE: 23-apr-2016
5
- // VERSION: 0.1.01
5
+ // VERSION: 0.1.2
6
6
// PURPOSE: I2C PCA9635 library for Arduino
7
7
// URL:
8
8
//
9
9
// HISTORY:
10
+ // 0.1.2 fix for PCA9635_MODE1
10
11
// 0.1.01 set autoincr in constructor
11
12
// 0.1.00 initial BETA version
12
13
//
@@ -131,4 +132,4 @@ uint8_t PCA9635::readReg(uint8_t reg)
131
132
132
133
//
133
134
// END OF FILE
134
- //
135
+ //
Original file line number Diff line number Diff line change 2
2
// FILE: PCA9635.H
3
3
// AUTHOR: Rob Tillaart
4
4
// DATE: 23-apr-2016
5
- // VERSION: 0.1.01
5
+ // VERSION: 0.1.2
6
6
// PURPOSE: I2C PCA9635 library for Arduino
7
7
// URL: https://github.com/RobTillaart/Arduino/tree/master/libraries
8
8
//
Original file line number Diff line number Diff line change 1
1
name =PCA9635
2
- version =0.1.01
2
+ version =0.1.2
3
3
author =Rob Tillaart <rob.tillaart@gmail.com>
4
4
maintainer =Rob Tillaart <rob.tillaart@gmail.com>
5
5
sentence =Library for PCA9635 PWM.
You can’t perform that action at this time.
0 commit comments