Skip to content

Commit

Permalink
Update for release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 14, 2023
1 parent 99f9285 commit 7472819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TLC591x
version=1.4.0
version=1.4.2
author=Andreas Taylor <Andy4495@outlook.com>
maintainer=Andreas Taylor <Andy4495@outlook.com>
sentence=Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.
Expand Down
1 change: 1 addition & 0 deletions src/TLC591x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
1.3.0 08/31/2022 Andy4495 Add hardware SPI support
1.4.0 09/02/2022 Andy4495 Fix hardware SPI support for msp432r and tivac
Fix potential race condition between pwm brightness and special mode
1.4.2 09/13/2022 Andy4495 Fix compilation issue with ESP32 (#6)
*/

#include "TLC591x.h"
Expand Down
1 change: 1 addition & 0 deletions src/TLC591x.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
1.3.0 08/31/2022 Andy4495 Add hardware SPI support
1.4.0 09/02/2022 Andy4495 Fix hardware SPI support for msp432r and tivac
Fix potential race condition between pwm brightness and special mode
1.4.2 09/13/2022 Andy4495 Fix compilation issue with ESP32 (#6)
*/
#ifndef TLC591x_LIBRARY
#define TLC591x_LIBRARY
Expand Down

0 comments on commit 7472819

Please sign in to comment.