esp32,micropython,import blinker出错
本帖最后由 jliwme 于 2020-3-17 14:52 编辑硬件:
接入方式:
blinker库版本:
开发环境:
操作系统:
将blinker mpy master目录下所有文件 拷贝到esp32 根目录下:
运行from Blinker.BlinkerDebug import *正常
运行
from Blinker.Blinker import Blinker, BlinkerButton, BlinkerNumber 或 运行 from Blinker.Blinker import*
出现以下错误:importerror:cannot import Blinker
补充: memoryerror:memory allocation failed,allocation个136bytes
补充: memoryerror:memory allocation failed,案例location个136bytes 注:from Blinker.Blinker import*,同样出现了memoryerror:memory allocation failed,allocation个136bytes 我也遇到同样的问题,蹲个解决方法
页:
[1]