From ce7de31f275afab6bd28dda4dc1821666866fa61 Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Thu, 23 Feb 2017 22:47:49 +0100 Subject: added code for fluorescent light demo --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index a1195ec..15cfd55 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,10 @@ == Various Arduino Snippets Every now and then I create a small Arduino (test) project. I think I should -publish the stuff here. +publish the stuff here — this is mostly cargo cult code that has been hammered +into some semi-working form. Currently in this repository: +lighting/strobe.ino:: + The code behind my https://xenoworld.de/2017/01/18/blink.html[fluorescent light demo]. -- cgit