Skip to content

Commit 6523dbf

Browse files
committed
Reorganizing structure to be 'Arduino Library Format 1.5' compilant
1 parent 70dca80 commit 6523dbf

21 files changed

+9
-0
lines changed

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=SoftTimer
2+
version=3.0.0
3+
author=Balazs Kelemen <[email protected]>
4+
maintainer=Balazs Kelemen <[email protected]>
5+
sentence=SoftTimer is a lightweight pseudo multitasking solution for Arduino.
6+
paragraph=SoftTimer enable a higher level Arduino programing, jet easy to use, and lightweight. You often face with the problem that you need to do multiply tasks in the same time. In SoftTimer manner programmer creates Tasks that runs periodically. This library comes with a collection of handy tools like blinker, pwm, debouncer.
7+
category=Timing
8+
url=https://github.com/prampec/arduino-softtimer
9+
architectures=*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Dimmer.h renamed to src/Dimmer.h

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Task.cpp renamed to src/Task.cpp

File renamed without changes.

Task.h renamed to src/Task.h

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)