diff options
author | Clemens Fries <git-arduino@xenoworld.de> | 2017-02-23 22:47:49 +0100 |
---|---|---|
committer | Clemens Fries <git-arduino@xenoworld.de> | 2017-02-23 22:47:49 +0100 |
commit | ce7de31f275afab6bd28dda4dc1821666866fa61 (patch) | |
tree | a0733a822374033b9192c67708524d3be9c0183e /README.adoc | |
parent | 458ce0a842c0ae6083822c9e76e09427b42fdbd7 (diff) |
added code for fluorescent light demo
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
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]. |