适用于嵌入式单片机的裸机程序微库,只占用你的rom 6个字节,是的,6个字节。颠覆式的设计思维,让你写代码的时候像flow(流水)一样丝滑,让你永远不用在为delay时cpu空转而烦恼,附加的超轻便的软件定时器让你轻松实现各种定时需求,另还有信号量的配方,让你任务间的同步像诗一样写意,并且能让你逻辑程序效率提升百倍以上。
☆18Jan 18, 2021Updated 5 years ago
Alternatives and similar repositories for flow_lib
Users that are interested in flow_lib are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Lightweight binary diff/patch library for embedded MCU firmware OTA updates. Supports STM32, Renesas, HDSC and more. C, ~5K ROM.☆108Jun 12, 2026Updated 2 months ago
- 基于STM32的RFID读卡器程序☆14Jan 13, 2019Updated 7 years ago
- ☆13Sep 28, 2022Updated 3 years ago
- 计算概论大作业,Qt,猫捉老鼠小游戏☆12Jan 15, 2019Updated 7 years ago
- ☆15Mar 2, 2017Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- Buck-boost dc/dc converter with CC/CV algorithm on the STM32F334C4T6☆45Sep 1, 2020Updated 5 years ago
- 用C#写的窗口隐藏工具,工具可以自行设定系统级别的快捷键,使用快捷键一键隐藏还原窗口☆14Dec 16, 2014Updated 11 years ago
- QSpice tools, components, symbols, code, etc.☆85Aug 23, 2026Updated last week
- MQTT Client For Android,其中包括了MQTT协议、协议在STM32上移植、HTML5测试。☆13May 4, 2018Updated 8 years ago
- 其中核心代码由 B站@偶尔有点小迷糊 提供,通过音频文件的二进制,让两个文件融为一体,音频几乎听不出区别☆10Jan 22, 2022Updated 4 years ago
- 通用Bootloader上位机,通过修改底层驱动支持不同硬件☆13Dec 4, 2023Updated 2 years ago
- ☆15Mar 9, 2024Updated 2 years ago
- 这是一个可以通过RTT或者串口与MCU进行数据交互的软件。它具有log过滤、log多颜色支持、中英文显示等功能。此外,该软件还附带了一个具有良好交互性的波形分析器,方便用来分析数据。☆52Oct 20, 2024Updated last year
- 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.
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 🍭 stm32F407-atk-explorer 开发板 RT-Thread MicroPython 固件☆11Mar 8, 2020Updated 6 years ago
- This repository contains an API and examples for the use of a FS1000A(transmitter) + MK-RM-5V(receiver) 433MHz Radio Frequency module wit…☆14Nov 25, 2021Updated 4 years ago
- 2014TI 杯(D 题)带啸叫检测与抑制的音频功率放大器。使用 STM32 单片机实现的电压电流采集,并且 LCD 屏示波。AD 转换并且将采集的数据进行快速傅里叶变换生成频谱图。进行啸叫检测。☆23Mar 3, 2019Updated 7 years ago
- An easy buzzer library to be used and implemented. Not glued to a chipset. Can be used on stm32, msp430, atmega☆10Dec 9, 2022Updated 3 years ago
- rtt packages button drive☆10Apr 10, 2023Updated 3 years ago
- CherryUSB demo in rt-thread tina bsp(柿饼M3),没有柿饼M3则使用 rtthread.bin☆23Dec 21, 2023Updated 2 years ago
- ☆18Feb 2, 2023Updated 3 years ago
- FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。该按键库解耦了具体的按键硬件结构,理论上支持轻触按键与自锁按键,并可以无限扩展按键数量。另外,FlexibleB…☆12Jan 9, 2021Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆66Aug 12, 2026Updated 2 weeks ago
- A simple library for building and parsing data frames for serial interfaces (like UART / RS232)☆15Mar 12, 2023Updated 3 years ago
- VOIP point using can for transfer data with OPUS☆18Nov 23, 2020Updated 5 years ago
- 基于德州仪器(TI)的TM4C123G单片机的飞控,目前已实现定高模式和姿态模式,姿态解算和控制移 植的匿名的领航者,匿名的地面站全兼容可在线调参。☆12Jul 12, 2022Updated 4 years ago
- KWP2000 library for Java☆25Mar 1, 2016Updated 10 years ago
- 该项目是一个无人机地面站,通过visual studio编译☆14Sep 3, 2019Updated 6 years ago
- 致力于打造一个适配stm32全系列单片机的通用模块HAL库☆14Jan 31, 2021Updated 5 years ago
- 基于socket API的MQTT客户端,以极少的资源实现qos2服务质量,并且实现mbedtls支持,此仓库是专门为RT-Thread做的软件包,原始仓库位于:https://github.com/jiejieTop/mqttclient☆24Jul 8, 2022Updated 4 years ago
- B站MP3下载工具 | bilibili MP3 download☆10Feb 8, 2022Updated 4 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Repository with QPSICE models dedicated to Power Electronics☆15Mar 20, 2024Updated 2 years ago
- 基于正点原子STM32F1精英版的LittleFS移植☆21Oct 29, 2020Updated 5 years ago
- 基于STM32的DCM模式下的BUCK变换器设计☆23Dec 19, 2018Updated 7 years ago
- 先进控制PID(基于扩展观测器的PID,自适应PD增益控制)☆20May 8, 2020Updated 6 years ago
- 基于STM32的直流电机PI调速,OLED显示,上位机波形显示,APP蓝牙控制电机/显示波形☆12Sep 24, 2020Updated 5 years ago
- 使用QT作为上位机,利用串口通信,将STM32传入的温度数据变为折线图的形式显示出。☆12Sep 7, 2022Updated 3 years ago
- Small yet powerful state machine coroutine library☆38May 27, 2024Updated 2 years ago