Skip to content

Commit a8434cb

Browse files
committed
Reformatted with Black
1 parent 48236ce commit a8434cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pca9685.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def frequency(self, freq):
161161
self.mode1_reg = old_mode # Mode 1
162162
time.sleep(0.005)
163163
# Mode 1, autoincrement on, fix to stop pca9685 from accepting commands at all addresses
164-
self.mode1_reg = old_mode | 0xa0
164+
self.mode1_reg = old_mode | 0xA0
165165

166166
def __enter__(self):
167167
return self

0 commit comments

Comments
 (0)