aboutsummaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorClemens Fries <git-arduino@xenoworld.de>2017-02-23 22:47:49 +0100
committerClemens Fries <git-arduino@xenoworld.de>2017-02-23 22:47:49 +0100
commitce7de31f275afab6bd28dda4dc1821666866fa61 (patch)
treea0733a822374033b9192c67708524d3be9c0183e /README.adoc
parent458ce0a842c0ae6083822c9e76e09427b42fdbd7 (diff)
added code for fluorescent light demo
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc5
1 files changed, 4 insertions, 1 deletions
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].