一个通用的、灵活的、可配置的、可移植的按键事件处理的实现
☆30Mar 9, 2021Updated 5 years ago
Alternatives and similar repositories for MCUKeys
Users that are interested in MCUKeys are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 从0到1开始入门RTOS☆20Apr 23, 2018Updated 7 years ago
- 这是一个在学习和开发FreeRTOS的过程中的记录和总结☆102Mar 16, 2019Updated 7 years ago
- 这是一个基于STM32F4的HUB75接口的32*64全彩点阵屏音乐频谱项目☆17Apr 20, 2022Updated 3 years ago
- 这是一个从uboot源码中移植出来的shell命令行代码☆11May 27, 2021Updated 4 years ago
- LwIP学习和总结及中文注释☆80Mar 26, 2019Updated 7 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 一个简易的单片机编程框架☆33Aug 4, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- QSDK是河北骑士智能科技有限公司基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- 应用 RT-Thread 实现的蜂鸣器播放器☆31Jan 5, 2021Updated 5 years ago
- MPG stepper motor for STM32☆12May 19, 2018Updated 7 years ago
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 5, 2021Updated 4 years ago
- A basic set of I/O libraries for pins and serial communications on embedded devices.☆16May 9, 2025Updated 11 months ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware archite…☆13Apr 10, 2026Updated last week
- micro Multi-Communication Node Library, a light-weight publish/subscribe IPC method.☆32Jun 28, 2022Updated 3 years ago
- A library and application demos for ST-Node☆16Dec 25, 2013Updated 12 years ago
- 基于位操作的按键驱动☆15Jan 14, 2020Updated 6 years ago
- 解析at指令的函数☆34Jan 4, 2018Updated 8 years ago
- ☆19Nov 17, 2017Updated 8 years ago
- rt_kprintf线程安全版本☆10Aug 24, 2023Updated 2 years ago
- 嵌入式STM32按键功能库☆20Dec 14, 2020Updated 5 years ago
- ☆17Jan 16, 2020Updated 6 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Lightweight generic ring buffer manager library☆10Aug 26, 2021Updated 4 years ago
- 基于Linux的kfifo移植到STM32☆31Dec 21, 2018Updated 7 years ago
- Image to GCode converter☆12Dec 10, 2018Updated 7 years ago
- 支持Bin与Hex和Srecord记录之间的解析和转换的库☆14Aug 15, 2017Updated 8 years ago
- ☆10Jun 10, 2014Updated 11 years ago
- Código C para microcontroladores 8051 # Compiler: SDCC & IDE: CodeBlocks☆18Oct 27, 2019Updated 6 years ago
- rt-thread openamp☆14Dec 25, 2020Updated 5 years ago
- SNMP library for golang.☆12Mar 12, 2019Updated 7 years ago
- Port the InfoNES to STM32F429I-DISCO☆11Apr 14, 2016Updated 10 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- Include MKS TMC2160-OC 4.33A big current driver, MKS TB6600, MKS TB67S109-OC and so on☆19Jan 12, 2023Updated 3 years ago
- 针对传统快递站点的各种不足,该无人快递站点通过采用多点机器视觉模块识别快件上的条形码进而获取该货物的具体位置,再查询数据库进行数据匹配获取快件的相关信息,通过机械臂控制技术来实现智能分拣、上架,将货架信息保存至库中,并发送信息给收件人。最后,系统根据取件人的取货码或二维码,…☆15Apr 21, 2019Updated 6 years ago
- 基于ESP8266的开源MCU方案☆12May 29, 2019Updated 6 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Sep 26, 2015Updated 10 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- RTOS Melis-4.0 for lindenis-v833 SBC☆18Jul 23, 2021Updated 4 years ago