一个基于小型单片机的菜单事件驱动框架
☆47Aug 31, 2022Updated 3 years ago
Alternatives and similar repositories for Menu_Event_C_Code
Users that are interested in Menu_Event_C_Code are comparing it to the libraries listed below
Sorting:
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆75Nov 2, 2020Updated 5 years ago
- project of u8g2 library for stm32f103c8t6 with a lcd 12864 which has a controller st7920 inside☆19Jan 18, 2018Updated 8 years ago
- 一些日常工作做项目中用到的一些例程和方案,以便于快速做出我想要的产品功能。☆47Oct 3, 2023Updated 2 years ago
- ☆53Jun 1, 2020Updated 5 years ago
- 基于Linux的kfifo移植到STM32☆31Dec 21, 2018Updated 7 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆23Nov 25, 2019Updated 6 years ago
- FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。该按键库解耦了具体的按键硬件结构,理论上支持轻触按键与自锁按键,并可以无限扩展按键数量。另外,FlexibleB…☆11Jan 9, 2021Updated 5 years ago
- Tencent IOT SDK for rt-thread Package 是基于腾讯云物联网开发平台(IoT Explorer)设备端 SDK在RThread环境开发的软件包,配合平台对设备数据模板化的定义,实现和云端基于数据模板协议的数据交互框架,开发者基于IoT_Ex…☆10Jul 8, 2025Updated 7 months ago
- 移植LWIP,支持freeRTOS和socket编程☆10Mar 8, 2019Updated 6 years ago
- 解析 RT-Thread 操作系统,分析功能模块实现过程中的数据结构。☆10Jun 21, 2018Updated 7 years ago
- 嵌入式最小驱动程序框架☆11Jun 11, 2017Updated 8 years ago
- Simple key value pairs store only integer and string types.☆10Nov 5, 2018Updated 7 years ago
- USB2.0_HUB&STLink&USB2UART,USB2.0集线器集成了STlink和USB转串口☆11Oct 20, 2020Updated 5 years ago
- ☆11Mar 20, 2019Updated 6 years ago
- 这是一个基于cjson的库,cjson对于使用者来说比较繁琐。这个库调用起来比较方便、简洁☆15Apr 18, 2022Updated 3 years ago
- ☆13Jun 9, 2023Updated 2 years ago
- ☆14Apr 16, 2018Updated 7 years ago
- Simple HTTPD simulator for embedded systems based on LWIP and MbedTLS, which looks like a virtual device and supports SSDP, HTTP/HTTPS, S…☆17Nov 22, 2020Updated 5 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆154Sep 27, 2019Updated 6 years ago
- 解析at指令的函数☆34Jan 4, 2018Updated 8 years ago
- 一个志在实现STM32F1、F2和F4工程模板的项目,集成了FreeRTOS、LWIP、FATFS、DSP、USB、IAP、菜单库、有限状态机模板等等的组件,以及未来将加入的加密、BPNN、最小二乘、音频图片视频解码、LittlevGL等诸多常用的算法或组件,并具有良好的易…☆433Apr 12, 2023Updated 2 years ago
- Software timers extend module for embedded☆1,082Jun 24, 2024Updated last year
- ☆19May 17, 2019Updated 6 years ago
- QEMU emulation of the STM32F2XX☆17Apr 16, 2013Updated 12 years ago
- Provide necessary software infrastructure, service, macros to support some high level abstract concept or paradigm, such as OOPC, FSM, de…☆209Mar 9, 2024Updated last year
- arduino十大滤波算法(转载)☆44Dec 13, 2014Updated 11 years ago
- The firmware downloader which using on RT-Thread OTA component.☆73Jul 5, 2023Updated 2 years ago
- YModemBleUpdate OTA Code☆39Nov 7, 2022Updated 3 years ago
- Ymodem-1K Protocol Porting For IAP Or File Transfer in Embedded System, The source code is from ST Demo☆17Aug 18, 2017Updated 8 years ago
- ☆21Updated this week
- 嵌入式系统显示多级菜单库及菜单代码生成器☆17Dec 4, 2019Updated 6 years ago
- 一个基于C语言开发的面向底层设备驱动的驱动库☆182Jun 27, 2023Updated 2 years ago
- 纯C语言实现的一个按键驱动,可移植性强,支持单双击、连按、连按释放、长按;采用回调处理按键事件(自定义消抖时间),使用只需3步,1:创建按键,2:按键事件与回调处理函数链接映射。然后周期检查按键。☆393Jan 14, 2021Updated 5 years ago
- 灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和 低功耗 | 按需实现组合按键☆868May 20, 2023Updated 2 years ago
- 红外测温枪学习方案☆26Jun 20, 2020Updated 5 years ago
- 在单片机上实现一个简易的shell 系统☆18Jan 14, 2019Updated 7 years ago
- XIoTMan is a set of software architecture solutions dedicated to solving the diversified challenges of IoT terminal applications.☆19Jun 30, 2024Updated last year