We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f6c06 commit 2eecf6aCopy full SHA for 2eecf6a
examples/mcp3421_simpletest.py
@@ -9,7 +9,7 @@
9
10
i2c = board.I2C()
11
12
-adc = ADC.MCP3421(i2c, gain = 1, resolution = 14, continuous_mode = True)
+adc = ADC.MCP3421(i2c, gain=1, resolution=14, continuous_mode=True)
13
adc_channel = AnalogIn(adc)
14
# gain, resolution and mode can also be set after instantiation:
15
0 commit comments