Skip to content

Commit cb18543

Browse files
committed
0.7.2 PCA9685_RT
1 parent 32969fa commit cb18543

File tree

9 files changed

+303
-209
lines changed

9 files changed

+303
-209
lines changed

libraries/PCA9685_RT/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88

9+
## [0.7.2] - 2025-05-08
10+
- fix #30, Sync with PCA9634
11+
- fix OutputEnable pin code
12+
- add return error codes for void functions
13+
- update examples
14+
- update readme.md
15+
- update keywords.txt
16+
- minor edits
17+
918
## [0.7.1] - 2024-01-05
1019
- minor edits examples
1120
- fix version nr in .cpp
1221

13-
1422
## [0.7.0] - 2023-12-21
1523
- fix #25, support for Arduino ESP32 S3 - breaking change
1624
- update examples

libraries/PCA9685_RT/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2024 Rob Tillaart
3+
Copyright (c) 2016-2025 Rob Tillaart
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)