Store in GIT

This commit is contained in:
2026-06-17 12:03:21 +02:00
parent da3dafa12f
commit 66ae70dcb2
31 changed files with 1898 additions and 0 deletions
@@ -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
}