Skip to content

Commit f76ecf6

Browse files
authored
Update adc1_cal.py
1 parent 9dfc0d4 commit f76ecf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adc1_cal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def __init__(self, pin, div, vref=None, samples=10, name=""):
212212
self._atten = None
213213
self.atten(ADC.ATTN_6DB)
214214
# fmt: on
215-
215+
216216
def atten(self, attenuation):
217217
"""
218218
Select attenuation of input signal
@@ -230,7 +230,7 @@ def atten(self, attenuation):
230230
self._coeff_b = _ADC1_VREF_ATTEN_OFFSET[attenuation]
231231
self._atten = attenuation
232232
# fmt: on
233-
233+
234234
def width(self, adc_width):
235235
"""
236236
Select bit width of conversion result

0 commit comments

Comments
 (0)