Skip to content

Commit 2eecf6a

Browse files
committed
black
1 parent f6f6c06 commit 2eecf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mcp3421_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
i2c = board.I2C()
1111

12-
adc = ADC.MCP3421(i2c, gain = 1, resolution = 14, continuous_mode = True)
12+
adc = ADC.MCP3421(i2c, gain=1, resolution=14, continuous_mode=True)
1313
adc_channel = AnalogIn(adc)
1414
# gain, resolution and mode can also be set after instantiation:
1515

0 commit comments

Comments
 (0)