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 c8cbe78 commit 44a9dffCopy full SHA for 44a9dff
example/boards/xiao.py
@@ -33,9 +33,6 @@ def __init__(self, adc_num):
33
super().__init__(xiao.adc(adc_num))
34
except:
35
raise ValueError("Invalid adc")
36
- if "RA4M1" in implementation._machine:
37
- def read_uv(self):
38
- return self.read_u16() * 100
39
40
class XiaoPWM(PWM):
41
def __init__(self, pwm_num):
0 commit comments