# ext-CloudVariable **Repository Path**: heday2021/ext-CloudVariable ## Basic Information - **Project Name**: ext-CloudVariable - **Description**: 使用Mind+V1.7.2及以上版本,在Python模式用户库中加载此扩展,通过网络读写openblock的云变量。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-11 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cloud Variable ![](./python/_images/featured.png) --------------------------------------------------------- ## Table of Contents * [URL](#url) * [Summary](#summary) * [Blocks](#blocks) * [License](#license) * [Supported targets](#Supportedtargets) ## 链接 * Project URL : ```https://github.com/liliang9693/ext-CloudVariable``` * Tutorial URL : ```https://mindplus.dfrobot.com.cn/extensions-user``` ## 简介 使用Mind+V1.7.2及以上版本,在Python模式用户库中加载此扩展,通过网络读写openblock的云变量。 ## 积木列表 ![](./python/_images/blocks.png) ## 使用说明 ### Python模式: 电脑或行空板,需要联网。 ![](./python/_images/examples.png) ### 上传模式: 需要先让板子联网。 ![](./arduinoC/_images/example.png) ## License MIT ## 测试情况 MCU | JavaScript | Arduino | MicroPython | Python ------------------ | :----------: | :----------: | :---------: | ----- arduino | | | | micro:bit | | | | esp32 | | √ | | esp8266 | | | | unihiker | | | | √ windows | | | | √ mac | | | | ## 更新日志 * V0.0.1 基础功能完成 * V0.0.2 使用新接口方式,python及esp32完成,obloq未完成 * V0.0.3 增加obloq的支持 * V0.0.4 mac地址改为自动获取,屏蔽无法获取mac地址的板子 * V0.0.5 修复esp32请求速度慢的问题