{"id":20988069,"url":"https://github.com/walkline80/micropython-wtools-cmodule","last_synced_at":"2025-03-13T11:27:04.707Z","repository":{"id":236509190,"uuid":"792749322","full_name":"Walkline80/MicroPython-WTools-CModule","owner":"Walkline80","description":"为 MicroPython 提供计算相关功能的用户自定义类模块","archived":false,"fork":false,"pushed_at":"2024-05-04T13:33:01.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T07:43:58.606Z","etag":null,"topics":["cmodule","micropython"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Walkline80.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-27T13:20:14.000Z","updated_at":"2024-05-04T13:33:04.000Z","dependencies_parsed_at":"2025-01-20T07:43:42.873Z","dependency_job_id":"52b95d09-ada4-40e9-80b3-6309ef69eb80","html_url":"https://github.com/Walkline80/MicroPython-WTools-CModule","commit_stats":null,"previous_names":["walkline80/micropython-wtools-cmodule"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walkline80%2FMicroPython-WTools-CModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walkline80%2FMicroPython-WTools-CModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walkline80%2FMicroPython-WTools-CModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Walkline80%2FMicroPython-WTools-CModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Walkline80","download_url":"https://codeload.github.com/Walkline80/MicroPython-WTools-CModule/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243394992,"owners_count":20284053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmodule","micropython"],"created_at":"2024-11-19T06:19:05.628Z","updated_at":"2025-03-13T11:27:04.685Z","avatar_url":"https://github.com/Walkline80.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMicroPython WTools CModule\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/badge/Licence-MIT-green.svg?style=for-the-badge\" /\u003e\u003c/p\u003e\n\n## 项目介绍\n\n为`MicroPython`提供计算类相关功能，试图将大量需要计算的代码封装为 C 模块，以提高效率。\n\n## 功能需求列表\n\n目前的功能需求是对颜色亮度进行调节。\n\n## 如何添加模块\n\n\u003e 以`ESP`系列芯片为例\n\n* 在`MicroPython`项目同级目录克隆或粘贴本项目文件夹，并将文件夹重命名为`wtools`\n\n\t```bash\n\tgit clone https://gitee.com/walkline/micropython-wtools-cmodule.git wtools\n\t```\n\n* 根据`MicroPython`项目固件编译说明做好前期准备\n\n* 使用如下命令编译固件：\n\n\t```bash\n\tcd micropython/ports/esp32\n\tmake USER_C_MODULES=../../../../wtools/cmodules/micropython.cmake\n\t```\n\n## 模块使用说明\n\n参考项目目录下`tests`文件中的代码。\n\n查看 [模块方法列表](./DOCS.md)\n\n## 参考资料\n\n* [Adafruit NeoPixel Library](https://github.com/adafruit/Adafruit_NeoPixel)\n* [Arduino](https://www.arduino.cc/)\n* [HSV颜色空间和RGB颜色空间相互转换C语言实现](https://blog.csdn.net/songyulong8888/article/details/117228659)\n\n## 合作交流\n\n* 联系邮箱：\u003cwalkline@163.com\u003e\n* QQ 交流群：\n\t* 走线物联：[163271910](https://jq.qq.com/?_wv=1027\u0026k=xtPoHgwL)\n\t* 扇贝物联：[31324057](https://jq.qq.com/?_wv=1027\u0026k=yp4FrpWh)\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://gitee.com/walkline/WeatherStation/raw/docs/images/qrcode_walkline.png\" width=\"300px\" alt=\"走线物联\"\u003e\u003cimg src=\"https://gitee.com/walkline/WeatherStation/raw/docs/images/qrcode_bigiot.png\" width=\"300px\" alt=\"扇贝物联\"\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkline80%2Fmicropython-wtools-cmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkline80%2Fmicropython-wtools-cmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkline80%2Fmicropython-wtools-cmodule/lists"}