Traceback (most recent call last):
File "<stdin>", line 11, in <module>
ImportError: no module named 'ssd1306'
运行01studio的ADC程序时,遇到OLED ssd1306
经过大佬指点,这些MiroPython的硬件控制器需要把.PY的程序下载到controller里面,才能运行,因为这个库文件系统不自带,所以解决方法是把这个ssd1306这个库文件先下载,方法是在thonny中另存为到controller里面。如下图,选Micro Python设备。
然后,再运行main.py就可以了。
硬件成功运行程序
祝大家MicroPython编程开心