esp32,micropython,import blinker出错-Arduino中文社区 - Powered by Discuz! Archiver

jliwme 发表于 2020-3-17 10:46

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






jliwme 发表于 2020-3-17 11:27

补充: memoryerror:memory allocation failed,案例location个136bytes

jliwme 发表于 2020-3-17 12:45

注:from Blinker.Blinker import*,同样出现了memoryerror:memory allocation failed,allocation个136bytes

2831338013 发表于 2020-4-5 17:53

我也遇到同样的问题,蹲个解决方法
页: [1]
查看完整版本: esp32,micropython,import blinker出错