# Openlib **Repository Path**: simonyuan2019/openlib ## Basic Information - **Project Name**: Openlib - **Description**: some common library for further use - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-28 - **Last Updated**: 2021-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Openlib #### 介绍 1. single led - 单色led通过链表的方式实现基本灯效 - 资源允许的情况下,可以实现led灯的无效级联 2. ring buffer - 用于嵌入式环境下的通用的环形缓冲区 - 适用于硬件通信总线下,特定通信协议解析 3. 单向链表 - 单向链表用到的一些基本操作函数 - 主要是针对头尾插入节点,进行升序排列(冒泡法),列表的搜索及按照节点内数据移除节点等