Skip to content

cbfeng618/timer_mcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是一个简单的单片机软件定时器
依赖单片机内部一路硬件定时器作为驱动泵。
如果有疑问请发 [email protected]

This is a simple microcontroller software timer
Relying on an internal hardware timer of the microcontroller to drive the pump.
If you have any questions, please send them [email protected]

 编译:
 gcc -I. -o timer timer.c test.c -lpthread

 内存执行:
    valgrind ./timer > 1.log 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages