Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
7d50cb3
v1.2.3 release.
Aug 11, 2016
ca834e0
Removing examples.
Aug 11, 2016
5ae7a57
Library standardizations.
Aug 15, 2016
100cb1c
Standardizing library with explicit lengthed/signed data types.
Aug 15, 2016
4d25cb5
Standardizing defines. Upping version number.
Aug 15, 2016
54468db
Typos.
Aug 15, 2016
17ee901
Added getLastI2CError.
Aug 16, 2016
3bcddf6
Typo
Aug 16, 2016
45a2ca6
More standardization.
Aug 16, 2016
37387bb
Naming standardizations.
Aug 16, 2016
c05d776
Library naming/org standardization.
Aug 16, 2016
8c6f29d
Adding explicit initialization.
Aug 16, 2016
a75b200
Added base accessors. Added printModuleInfo/checkForErrors. Fixed a f…
Aug 19, 2016
04592ea
Reorganization. A few typos.
Aug 19, 2016
a803dd0
Naimg standardizations. Making batch call work on all registers. Uppi…
Aug 20, 2016
aabcb55
Typo.
Aug 20, 2016
0f6efe2
Updating readme.
Aug 21, 2016
430ed25
Updating readme.
Aug 21, 2016
a5aab26
Updated readme.
Aug 21, 2016
8f4f89c
Updated readme. Made Linear phase balancing the default. Upping versi…
Aug 21, 2016
a5776db
Updated readme.
Aug 21, 2016
09daa54
Updated readme.
Aug 21, 2016
eb22c31
Updating readme.
Aug 21, 2016
31ae2a5
Updating readme.
Aug 21, 2016
ef54b9f
Updating readme.
Aug 21, 2016
d88b2b2
Improvement to i2c software read method.
Aug 27, 2016
3ea55dc
Removing unnecessary compares.
Aug 27, 2016
50be9ab
Removed unncessary debug output.
Aug 27, 2016
36cbbf2
Fixing channel 15 multi PWM setter. Thanks @SugarBombs for the catch!
Mar 20, 2017
e68dff2
Updating example code. Adding example code into examples folder by re…
Mar 20, 2017
f668b25
Multi-lining comments.
Mar 20, 2017
04dd168
Bugfix I2C address
DominikAuras Mar 27, 2017
3d938d2
utf8
DominikAuras Mar 27, 2017
0951e96
Merge pull request #1 from DominikAuras/master
NachtRaveVL Mar 28, 2017
b7a6e6d
Upping to 1.2.9.
Mar 28, 2017
83d0525
Fix full ON and full OFF phase calculations based on datasheet sectio…
jamesmyatt Apr 10, 2017
96538fe
Replace outdated datasheet with link to latest version (#4)
jamesmyatt Apr 10, 2017
ac4a15d
Ensuring all examples have a void loop().
May 25, 2017
76d2ab9
Fixed readByes to readBytes (thanks to @Shdwdrgn for the catch!)
Feb 8, 2018
3f9bb74
Fix for software i2c mode in which stop bit wasn't being sent after r…
Feb 8, 2018
f2106b1
Upping version. Release for 1.2.10.
Feb 8, 2018
8a6ed1c
Fixing #endif
Feb 12, 2018
1c1627d
fix comparison between signed and unsigned integer (#12)
rubienr Feb 25, 2020
83dfbc4
Fixing https://github.com/NachtRaveVL/PCA9685-Arduino/issues/13. Uppi…
Mar 13, 2020
4a85c44
Switching to UTF8 encoding on readme.
Mar 16, 2020
0697c46
Upping version. Fixed some commenting. Adding in swapping of beg/end …
Mar 16, 2020
e99a018
Changing some defines. Setting default mode to 0x00. Adding more comm…
May 22, 2020
410ce9b
typo
May 22, 2020
2bc3439
More documentation updates
May 22, 2020
43bf9d1
Updating documentation - clarifying some things, standardizing some t…
Aug 9, 2020
cea4f6e
More standardization, updating library data
Aug 10, 2020
bc81b13
Adding examples into library json
Aug 10, 2020
5252745
Pushing version, correcting language.
Aug 10, 2020
59ed16f
More documentation
Aug 12, 2020
90ea652
More doc updates
Aug 12, 2020
c4e8dd9
1.2.15 (#16)
NachtRaveVL Oct 16, 2020
a70be39
Ignoring pad.
Oct 16, 2020
456fe38
Create FUNDING.yml
NachtRaveVL Feb 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
patreon: nachtrave
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Icon?
ehthumbs.db
Thumbs.db
pad

# Generic:
###############
Expand Down
3 changes: 3 additions & 0 deletions .vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"sketch": "examples\\ModuleInfo\\ModuleInfo.ino"
}
31 changes: 31 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${LocalAppData}/Arduino15/packages/arduino/hardware/megaavr/1.8.6/**",
"${LocalAppData}/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/**",
"${LocalAppData}/Arduino15/packages/esp8266/tools/**",
"${LocalAppData}/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/**",
"${USERPROFILE}/Documents/Arduino/libraries/**",
"${vcpkgRoot}/x86-windows/include/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"ARDUINO=100",
"F_CPU=64000000",
"PCA9685_ENABLE_DEBUG_OUTPUT"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64",
"forcedInclude": []
}
],
"version": 4
}
27 changes: 27 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"files.associations": {
"cstddef": "cpp",
"array": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"future": "cpp",
"istream": "cpp",
"memory": "cpp",
"type_traits": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"algorithm": "cpp",
"regex": "cpp",
"tuple": "cpp",
"utility": "cpp",
"variant": "cpp"
}
}
Binary file removed PCA9685 datasheet.pdf
Binary file not shown.
117 changes: 0 additions & 117 deletions PCA9685.cpp

This file was deleted.

81 changes: 0 additions & 81 deletions PCA9685.h

This file was deleted.

Loading