文件名称:arduino-softtimer, 面向任务的Arduino编程.zip
文件大小:58KB
文件格式:ZIP
更新时间:2022-10-29 22:49:14
开源
arduino-softtimer, 面向任务的Arduino编程 描述SoftTimer支持更高级的Arduino编程,jet易于使用和轻量级。 经常遇到的问题是,需要同时执行乘法任务。 在SoftTimer方式中,程序员创建周期性运行的任务。当你使用SoftTimer时,你不会实现Arduino的"
【文件预览】:
arduino-softtimer-master
----.travis.yml(3KB)
----gpl.txt(34KB)
----keywords.txt(617B)
----src()
--------FrequencyTask.cpp(2KB)
--------SoftPwmTask.cpp(2KB)
--------Debouncer.h(3KB)
--------DelayRun.h(3KB)
--------BlinkTask.cpp(4KB)
--------Debouncer.cpp(3KB)
--------FrequencyTask.h(2KB)
--------TonePlayer.h(2KB)
--------SoftTimer.cpp(4KB)
--------TonePlayer.cpp(3KB)
--------Task.cpp(1KB)
--------Task.h(3KB)
--------Dimmer.h(3KB)
--------Heartbeat.h(1KB)
--------Rotary.cpp(3KB)
--------Heartbeat.cpp(1KB)
--------BlinkTask.h(4KB)
--------Dimmer.cpp(3KB)
--------Rotary.h(3KB)
--------SoftPwmTask.h(2KB)
--------DelayRun.cpp(2KB)
--------SoftTimer.h(2KB)
----library.properties(626B)
----examples()
--------SoftTimer2BlinkTask2()
--------SoftTimer9FrequencyTask()
--------SoftTimer1Task()
--------SoftTimer7Heartbeat()
--------SoftTimer8Dimmer()
--------SoftTimer2BlinkTask3()
--------SoftTimer2BlinkTask4()
--------SoftTimer5DelayRun2()
--------SoftTimer4SoftPwmTask2()
--------SoftTimer6Rotary()
--------SoftTimer5DelayRunEsp8266WebServer()
--------SoftTimer5DelayRun1()
--------SoftTimer6Debouncer1()
--------SoftTimer3TonePlayer2()
--------SoftTimer4SoftPwmTask1()
--------SoftTimer6Debouncer2()
--------SoftTimer2BlinkTask1()
--------SoftTimer3TonePlayer1()
--------SoftTimer1TaskESP8266()
----README.md(1KB)