嵌入式系统显示多级菜单库及菜单代码生成器
☆17Dec 4, 2019Updated 6 years ago
Alternatives and similar repositories for EmbeddedMenuLib
Users that are interested in EmbeddedMenuLib are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- It is a button state machine module for general use.☆10Apr 3, 2017Updated 9 years ago
- 单片机开发和嵌入式开发过程中自己写的库☆20Mar 17, 2016Updated 10 years ago
- 嵌入式C,软件定时器、线程软狗机制等系统组件集合☆14Nov 2, 2017Updated 8 years ago
- RF Module with STM8S103F3P6 and EV1527☆11Oct 29, 2016Updated 9 years ago
- 【自制单片机GUI】自制可运行在 STM32 中的数字万用表图形界面和实现多页面菜单逻辑,程序适配正点原子 STM32F407 探索者开发板,可直接使用该开发板调试☆14Jul 25, 2025Updated 10 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Library to access /proc/device-tree from userspace in an embedded Linux. Under GNU GPL license.☆14Apr 9, 2018Updated 8 years ago
- c语言时间戳与时间互转,适用于嵌入式平台。☆15Dec 22, 2021Updated 4 years ago
- Build complete Linux embedded systems☆12Oct 16, 2025Updated 7 months ago
- 实用函数库,方便用C语言快速开发☆24Feb 22, 2017Updated 9 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆76Nov 2, 2020Updated 5 years ago
- FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。该按键库解耦了具体的按键硬件结构,理论上支持轻触按键与自锁按键,并可以无限扩展按键数量。另外,FlexibleB…☆11Jan 9, 2021Updated 5 years ago
- 一些日常工作做项目中用到的一些例程和方案,以便于快速做出我想要的产品功能。☆47Oct 3, 2023Updated 2 years ago
- Cofdet开源项目之:嵌入式系统通用驱动程序接口及其实现-EERPOM操作及存取位置☆13Aug 9, 2022Updated 3 years ago
- 自制TI DSPC2000系列调试器XDS100V2☆14Aug 6, 2020Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- TLE5012B-Magnetic-Angle-Sensor For STM32F103RCTx☆26Aug 7, 2021Updated 4 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 8 years ago
- 充电桩计费☆14Mar 18, 2017Updated 9 years ago
- 全称为Advanced Client Framework,意为进阶、先进的Qt客户端框架。集成了插件式模块、换肤、任意分辨率自适应等功能,大大提高了项目开发效率。☆15Oct 9, 2023Updated 2 years ago
- STM32F407ZG标准keil工程,工程中包括PLL倍频、串口USART1重定向到printf、精确delay函数、LED灯闪烁。 需要修改的地方为stm32f4xx.h文件139行的HSE_VALUE值,修改为自己板载的晶振大小;以及自己LED的IO口需要修改。其他都…☆13Feb 8, 2024Updated 2 years ago
- C语言实现的轻量级神经网络库,在嵌入式设备上无缝部署预训练的神经网络☆45Dec 7, 2018Updated 7 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- 一个简易的单片机编程框架☆33Aug 4, 2019Updated 6 years ago
- GuiLite是一个具有5000行C++代码的准系统GUI框架,它可以在所有平台上运行(例如,iOS,Android,Linux,Windows,macOS,Docker和带或不带OS的MCU)。GuiLite是可嵌入的,它在其他UI框架内运行(例如,Qt,MFC,Winf…☆22Jan 9, 2021Updated 5 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- ☆17Mar 6, 2025Updated last year
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- ☆29Jan 29, 2021Updated 5 years ago
- C++服务管理工具&cmd。管理C++服务,远程命令执行。包含AdminModule(lib,用于目标进程),AdminService(web交互),web(前端)三个工程。☆12May 11, 2021Updated 5 years ago
- A modbus server example implemented by libmodbus. It can serve for multi clients and is very easy to use for everyone.☆13Jan 17, 2024Updated 2 years ago
- Klapper is a free, open-source and not Vue-based Klipper web interface for managing your 3d printer.☆10Jul 24, 2023Updated 2 years ago
- 本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。☆13Sep 25, 2020Updated 5 years ago
- battery managment system based on the BQ76940 from TI☆15Nov 8, 2021Updated 4 years ago
- Qt 九宫格输入法,可嵌入式移植☆36Dec 4, 2018Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- QT编写的串口上位机用于显示生物雷达检测到的生命体征信息.☆11May 13, 2019Updated 7 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- Lobster is a PC tool designed mainly for measurement, calibration, debugging of embedded system.☆23Jun 8, 2021Updated 5 years ago
- Python3 update to Klipper☆10Jan 20, 2022Updated 4 years ago
- Lightweight embedded flash memory library. Make flash to be a small KV database. | 嵌入式 Flash 存储器库,让 Flash 成为小型 KV 数据库☆129Aug 10, 2023Updated 2 years ago
- !!!!EXPERIMENTAL!!!! No waranty, use at your own risk!☆12Sep 22, 2020Updated 5 years ago