MGDG / MyKeyDriveLinks
按键驱动,支持按键的单击、双击、长按和连续触发的检测方式
☆19Updated 3 years ago
Alternatives and similar repositories for MyKeyDrive
Users that are interested in MyKeyDrive are comparing it to the libraries listed below
Sorting:
- This is a GCS based on C# for Windows7/10, which is forked and modified from https://github.com/ArduPilot/MissionPlanner☆18Updated 2 years ago
- This project run on windows to display CPU usage , memory Usage , diskinfo on stm32 LCD screen☆12Updated 3 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆74Updated 4 years ago
- STM32 HTTPs demo , using lib : WolfSSL, Lwip, FreeRTOS, LAN8720☆59Updated 5 years ago
- Convert STM32 USB CDC to WINUSB Device with HAL library☆49Updated 5 years ago
- 基于C语言开发的环形缓冲区☆113Updated last year
- 基于Linux的kfifo移植到STM32☆30Updated 6 years ago
- 使用STM32的虚拟串口模拟CH340☆29Updated 5 years ago
- 一款纯C实现的跨平台modbus协议通信库☆129Updated last year
- 基于CAN的IAP所用的上位机☆65Updated 5 years ago
- a demo of mqttclient on freertos platform,https://github.com/jiejieTop/mqttclient☆24Updated 5 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Updated 5 years ago
- 基于C语言的json数据映射解析库☆138Updated 3 years ago
- 一款串口终端,基于RT-Thread的FinSH控制台☆13Updated 3 years ago
- 电机控制中的S形曲线加减速控制,主要用于步进电机的平滑启动和停止,防止电机出现失步☆34Updated 7 years ago
- PC机软件☆67Updated 5 years ago
- ☆54Updated 3 years ago
- 自用嵌入式项目框架,集各种☆32Updated 7 years ago
- stm32在线升级程序。☆23Updated 5 years ago
- ☆58Updated 3 years ago
- qt-terminal☆20Updated 8 years ago
- An microkernel focusing on hyperadaptability, hyperreusability, and hyperdeployability.☆89Updated 3 months ago
- modbus_Master|多主机|RTX支持|基本方法支持|归一化调用☆113Updated 7 years ago
- 基于RT-Thread,运行在嵌入式上的高并发高性能FTP服务器☆37Updated last year
- 基于socket API的MQTT客户端,以极少的资源实现qos2服务质量,并且实现mbedtls支持,此仓库是专门为RT-Thread做的软件包,原始仓库位于:https://github.com/jiejieTop/mqttclient☆93Updated last year
- SL_SDK provides an easy-to-use software framework with united HAL and OSAL, also including a runtime environment to speed-up development …☆89Updated 3 years ago
- A compact and easy to use event-driven button driver module. | 一个小巧易用的事件驱动按钮驱动模块.☆99Updated last year
- awtk在stm32f103ze平台上的移植。☆59Updated 8 months ago
- RT-Thread kernel samples☆92Updated 8 months ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆22Updated 5 years ago