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,22 @@
#include <Mens.h>
// Library for "Mens"
// by Kenneth van Ewijk <http://www.kennyboy.nl>
// Demostrates how to do something with the Mens library
// Created 5 April 2014
Mens kenneth = Mens();
void setup()
{
kenneth.setPattern({ {0,1,500}, {600,2,800}, {800,1,3600}, {3800,4,4000} });
}
void loop()
{
//Do stuff with a person
}