feat: 全量同步 254 个常用的 Arduino 扩展库文件
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
name=RBD_Timer
|
||||
version=1.4.0
|
||||
author=Alex Taujenis <alex.taujenis@gmail.com>
|
||||
maintainer=Alex Taujenis <alex.taujenis@gmail.com>
|
||||
sentence=Manage many timed events.
|
||||
paragraph=The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it is more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.
|
||||
category=Timing
|
||||
url=https://github.com/alextaujenis/RBD_Timer
|
||||
architectures=*
|
||||
Reference in New Issue
Block a user