Store in GIT
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#include <Verwarming.h>
|
||||
|
||||
// Library for "Verwarming"
|
||||
// by Kenneth van Ewijk <http://www.kennyboy.nl>
|
||||
|
||||
// Demostrates how to do something with the Verwarming library
|
||||
|
||||
// Created 16 February 2014
|
||||
|
||||
Verwarming heater = Verwarming();
|
||||
|
||||
|
||||
void setup()
|
||||
{
|
||||
heater.setTemp(20);
|
||||
heater.setState(true);
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
//Do stuff with heater
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user