Giter VIP home page Giter VIP logo

wtlibrary's Introduction

摘要

纯 C 语言应用级扩展库,每个模块都与硬件无关。是在工作、学习过程中积累或研发的应用模块集合,每个模块有一个独立的项目文件,编码遵循标准 ANSI C,命名规范,易于扩展和学习。 常用模块:

  • 状态机:FsmTiny
  • 按键:WtButton
  • 灯控:WtLamp
  • 十六进制转换:Hex

开发环境:

  • Microsoft Visual Studio Community 2022 (64 位)
  • Microsoft Visual C++ 2022(纯 C 模式)

获取

git clone https://github.com/feallee/WtLibrary.git 

注意事项

  • 部分开发环境需要预先初始化动态内存池作为使用动态内存的前置条件(如 Keil C51)。
  • 在其它环境编译、调试只需指定模块相应的 .c 和 .h 文件即可。
  • 模块与硬件无关,需编写硬件驱动与模块关联(如:按键、灯控等)。

问题和建议

如果有什么问题或者建议,欢迎选用下面的方式进行讨论:

维护

感谢

友情链接

wtlibrary's People

Contributors

feallee avatar

Watchers

 avatar

Forkers

jitaosky

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.