GorgonMeducer / perf_counterLinks
A dedicated performance counter mainly for micro-controllers. For Cortex-M processors, the Systick will be used by default. The `perf_counter` shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities.
☆509Updated this week
Alternatives and similar repositories for perf_counter
Users that are interested in perf_counter are comparing it to the libraries listed below
Sorting:
- c语言程序上下文切换和解耦的工具☆324Updated 7 months ago
- 灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和低功耗 | 按需实现组合按键☆779Updated 2 years ago
- shell for MCU. 单片机命令行交互。☆302Updated 2 years ago
- 单片机APP程序☆510Updated 4 years ago
- STM32串口DMA模式发送&接收实现,高速串口通信(1.5Mbps)不丢数据☆360Updated 2 years ago
- 一个非常简单好用的命令解析器,占用资源极少极少,采用哈希算法超快匹配命令!