Skip to content

Commit af814b4

Browse files
committed
README fine-tuning
1 parent bc4a7ac commit af814b4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ ChangeLog
4040
How to use
4141
----------
4242

43-
1. create new **Tasker** folder under your Arduino projects' libraries folder and place Tasker files there so the header file ends in **./libraries/Tasker/Tasker.h**
44-
2. in Arduino IDE load File -> Examples -> Tasker -> MultiBlink
45-
3. see how easy it is to add three tasks and run them all at once
43+
1. create new **Tasker** folder under your Arduino projects' libraries folder and place Tasker files there so the header file ends in **./libraries/Tasker/Tasker.h** or **install from Arduino Library Manager**
44+
2. in Arduino IDE load File -> Examples -> Tasker -> MultiBlink (or other examples found there)
45+
3. see how easy it is to add three tasks and run them all at once (or read the DS18B20 without waiting)
4646
4. use that example as a basis for your own code
4747

4848
Tasker API
@@ -78,12 +78,8 @@ Tasker API
7878
Best to be called as often as possible, ideally in the Arduino's <code>loop()</code> function:
7979
8080
```cpp
81-
void setup() {
82-
tasker.setInterval(...);
83-
}
84-
8581
void loop() {
86-
tasker.loop(); // needs to be called as often as possible
82+
tasker.loop();
8783
}
8884
```
8985

@@ -154,6 +150,10 @@ Author
154150
------
155151
Petr Stehlík
156152
157-
158-
http://joysfera.blogspot.com/
159-
https://plus.google.com/+PetrStehl%C3%ADk
153+
154+
155+
Daily active on Google+: https://plus.google.com/+PetrStehl%C3%ADk
156+
157+
Longer articles published at blog: http://joysfera.blogspot.com/
158+
159+
Sometimes tweets as @joysfera

0 commit comments

Comments
 (0)