- from machine import Pin, ADC
- import noise
- # ao 模拟信号
- # do 数字信号
- adcObj = ADC(Pin(32))
- noObj = noise.Noise(adcObj)
- print("noise inited")
【问题2】有Python的noise库,装还是不装?装了也是没用啊,环境是MicroPython
【请教】请问以上问题如何解决?
Users browsing this forum: Google [Bot] and 47 guests