Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 49a7399 commit 00b20e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tlc5947_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def first_last():
end_pwm = 32767 # 50% (32767, or half of the maximum 65535):

while True:
for (pinA, pinZ) in ((redA, redZ), (greenA, greenZ), (blueA, blueZ)):
for pinA, pinZ in ((redA, redZ), (greenA, greenZ), (blueA, blueZ)):
# Brighten:
print("LED A up")
for pwm in range(start_pwm, end_pwm, step):
Expand Down

0 comments on commit 00b20e5

Please sign in to comment.