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

+9
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=*

BlinkTask.cpp src/BlinkTask.cpp

File renamed without changes.

BlinkTask.h src/BlinkTask.h

File renamed without changes.

Debouncer.cpp src/Debouncer.cpp

File renamed without changes.

Debouncer.h src/Debouncer.h

File renamed without changes.

DelayRun.cpp src/DelayRun.cpp

File renamed without changes.

DelayRun.h src/DelayRun.h

File renamed without changes.

Dimmer.cpp src/Dimmer.cpp

File renamed without changes.

Dimmer.h src/Dimmer.h

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

Heartbeat.cpp src/Heartbeat.cpp

File renamed without changes.

Heartbeat.h src/Heartbeat.h

File renamed without changes.
File renamed without changes.

SoftPwmTask.h src/SoftPwmTask.h

File renamed without changes.

SoftTimer.cpp src/SoftTimer.cpp

File renamed without changes.

SoftTimer.h src/SoftTimer.h

File renamed without changes.

Task.cpp src/Task.cpp

File renamed without changes.

Task.h src/Task.h

File renamed without changes.

TonePlayer.cpp src/TonePlayer.cpp

File renamed without changes.

TonePlayer.h src/TonePlayer.h

File renamed without changes.

0 commit comments

Comments
 (0)