使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议配置并使用私人令牌替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com':#私人令牌 master micropython-lib ...
使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com': # 私人令牌 新建文件 新建Diagram 文件 新建子模块 上传文件 分支1 标签0 ...
https://gitee.com/suyong_yq/micropython-su 其中,在micropython-su/micropython-1.16/ports/mm32f5...
但在子模块更新时可能会遇到“gitee Username for 'https://gitee.com':”这样的提示信息,需要大家...
MicroPython New FontLib 项目介绍 使用MicroPython 开发板读取自定义字库并显示 获取完整项目 因为项目中使用了子模块FontMaker Client的binary分支 和OLED Research,所以要获取完整项目代码需要如下操作 克隆方式 $ git clone --recursive https://gitee.com/walkline/micropython-new-fontlib.git ...
Gitee 下载: Yogile / micropython-wol。 除了boot.py 放在根路径下。其他 .py 文件均放在 /lib 文件夹下。 U_WIFI.py U_WIFI.py 用于连接 WIFI 。 复制''' Author: Yogile Gitee: https://gitee.com/yogile Date: 2022-07-17 00:41:25 LastEditors: Yogile LastEditTime: 2022-07-17 10:03:30 ...
micropython https://github.com/shaoziyang/mpy-lib https://gitee.com/microbit/mpy-lib ...
这篇文章来编译一个microPython的交叉编译器。 Python的脚本为了速度变快做了一次“编译”,对!就是这样,其实是编译过一次的。将脚本预编译为字节码。 作用是py文件到mpy文件。 代码语言:javascript 代码运行次数:0 运行 AI代码解释 https://github.com/micropython/micropython ...
git clone https://gitee.com/EspressifSystems/esp-idf.git 1. 2. 3. 执行结束后在~文件夹下生成esp-idf和esp-gitee-tools两个文件夹。 2.再执行如下指令: cd esp-idf git checkout v4.0.2 cd esp-gitee-tools ./ ~/esp-idf/ ./ ~/esp-idf/ ...
删除掉无关文件README和egg-info,将ssd1306py文件夹放在设备的lib目录下。注意:必须放在lib目录下 在设备中的目录: 特点 支持英文字号8x8,16x16,24x24,32x32 支持中文字号16x16,24x24,32x32 封装lcd操作常用接口 开源 github上的项目地址 gitee上的项目地址 ...