嵌入式系统显示多级菜单库及菜单代码生成器
☆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:
- 嵌入式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 8 months ago
- c语言时间戳与时间互转,适用于嵌入式平台。☆15Dec 22, 2021Updated 4 years ago
- Build complete Linux embedded systems☆12Oct 16, 2025Updated 5 months ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。该按键库解耦了具体的按键硬件结构,理论上支持轻触按键与自锁按键,并可以无限扩展按键数量。另外,FlexibleB…☆11Jan 9, 2021Updated 5 years ago
- 一些日常工作做项 目中用到的一些例程和方案,以便于快速做出我想要的产品功能。☆47Oct 3, 2023Updated 2 years ago
- Cofdet开源项目之:嵌入式系统通用驱动程序接口及其实现-EERPOM操作及存取位置☆13Aug 9, 2022Updated 3 years ago
- TLE5012B-Magnetic-Angle-Sensor For STM32F103RCTx☆26Aug 7, 2021Updated 4 years ago
- C语言实现部分数据结构和算法,包括链表,栈,队列,哈希表,树,排序算法,图算法等等☆15Apr 22, 2018Updated 7 years ago
- 基于51单片机的矩阵键盘密码锁☆12Oct 5, 2023Updated 2 years ago
- Winbond W25XXX SPI NAND Flash Driver☆15Dec 15, 2021Updated 4 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 7 years ago
- 全称为Advanced Client Framework,意为进阶、先进的Qt客户端框架。集成了插件式模块、换肤、任意分辨率自适应等功能,大大提高了项目开发效率。☆15Oct 9, 2023Updated 2 years ago
- 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.
- STM32F407ZG标准keil工程,工程中包括PLL倍频、串口USART1重定向到printf、精确delay函数、LED灯闪烁。 需要修改的地方为stm32f4xx.h文件139行的HSE_VALUE值,修改为自己板载的晶振大小;以及自己LED的IO口需要修改。其他都…☆13Feb 8, 2024Updated 2 years ago
- GuiLite是一个具有5000行C++代码的准系统GUI框架,它可以在所有平台上运行(例如,iOS,Android,Linux,Windows,macOS,Docker和带或不带OS的MCU)。GuiLite是可嵌入的,它在其他UI框架内运行(例如,Qt,MFC,Winf…☆21Jan 9, 2021Updated 5 years ago
- C语言实现的轻量级神经网络库,在嵌入式设备上无缝部署预训练的神经网络☆44Dec 7, 2018Updated 7 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- 一个简易的单片机编程框架☆33Aug 4, 2019Updated 6 years ago
- 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 4 years ago
- 基于C语言实现一个简易的Web服务器,支持Http和Https(基于OpenSSL的TLS协议)☆13Sep 20, 2021Updated 4 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- 本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。☆13Sep 25, 2020Updated 5 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
- Complete guide to running large language models locally on AMD Ryzen AI Max+ 395 (Strix Halo) with 128GB unified memory. Covers BIOS conf…☆52Dec 14, 2025Updated 3 months ago
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- Qt 九宫格输入法,可嵌入式移植☆35Dec 4, 2018Updated 7 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- QT编写的串口上位机用于显示生物雷达检测到的生命体征信息.☆11May 13, 2019Updated 6 years ago
- DuckChat资源目录页,一款独立部署的聊天系统。☆10Nov 13, 2018Updated 7 years ago
- Lobster is a PC tool designed mainly for measurement, calibration, debugging of embedded system.☆23Jun 8, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 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 数据库☆127Aug 10, 2023Updated 2 years ago
- 移植LWIP,支持freeRTOS和socket编程☆10Mar 8, 2019Updated 7 years ago
- 支持视频会议、会议直播、会议录像、会议回放、文档共享、屏幕共享等功能,提供私有化部署的实时视频系统☆11Mar 16, 2023Updated 3 years ago
- arduino和oled显示声音频谱☆12Jan 20, 2022Updated 4 years ago
- ☆19Aug 8, 2017Updated 8 years ago
- STM32串口烧录BIN文件、字库文件【QT上位机】☆34Sep 7, 2020Updated 5 years ago