Store in GIT
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#include <Weer.h>
|
||||
|
||||
// Library for "Weer"
|
||||
// by Kenneth van Ewijk <http://www.kennyboy.nl>
|
||||
|
||||
// Demostrates how to do something with the Weer library
|
||||
|
||||
// Created 16 February 2014
|
||||
|
||||
Weer weer = Weer();
|
||||
int timer = 0;
|
||||
int temp = 0;
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
temp = weer.getTemp(timer);
|
||||
++timer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user