GithubHelp home page GithubHelp logo

ueclib's Introduction

ueclib

简介

整理了一些嵌入式项目中常用的功能,形成了这个工具库,后续会不断添加新的功能。

内容

Array_T

抽象数组,一个类型无关的数组实现。

Queue

抽象队列,在抽象数组的基础上实现的一个无需动态分配内存同时又保持了元素类型灵活性的队列。

Asserts

断言,针对参数或其他条件的检查,在调试过程中常用。

Format

字符串格式化,库函数sprintf的轻量级实现,可以格式化转换常见的char, int, string等类型。

Print

调试打印输出,在嵌入式系统中将数据通过串口、CAN等接口对外发送,监测程序运行信息。

Sort

项目中常用的排序算法。

CRC

常用的CRC数据校验函数。


TODO

  • Format增加浮点数转换
  • Asserts增加不同类型的断言:提示性的断言、告警性断言等
  • Print增加整型数据、浮点数据的发送
  • Print和ASSERTS远程开关

ueclib's People

Contributors

wbeiluo avatar

Watchers

 avatar

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.