Skip to content

为 MicroPython 提供计算相关功能的用户自定义类模块

License

Notifications You must be signed in to change notification settings

Walkline80/MicroPython-WTools-CModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroPython WTools CModule

项目介绍

MicroPython提供计算类相关功能,试图将大量需要计算的代码封装为 C 模块,以提高效率。

功能需求列表

目前的功能需求是对颜色亮度进行调节。

如何添加模块

ESP系列芯片为例

  • MicroPython项目同级目录克隆或粘贴本项目文件夹,并将文件夹重命名为wtools

     git clone https://gitee.com/walkline/micropython-wtools-cmodule.git wtools
  • 根据MicroPython项目固件编译说明做好前期准备

  • 使用如下命令编译固件:

     cd micropython/ports/esp32
     make USER_C_MODULES=../../../../wtools/cmodules/micropython.cmake

模块使用说明

参考项目目录下tests文件中的代码。

查看 模块方法列表

参考资料

合作交流

走线物联扇贝物联

About

为 MicroPython 提供计算相关功能的用户自定义类模块

Topics

Resources

License

Stars

Watchers

Forks