summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2013-06-08 21:42:41 +0200
committerMarian Sigler <m@qjym.de>2013-06-08 21:42:41 +0200
commit2d4dca19d09a700dd85a52efdee4be8f3fc59c3d (patch)
tree927a376cc0f3339f1115d301e768e2c20a782271
parent30a9b4e56aa642a566beac68c4345a4465f83b41 (diff)
downloadtesla-2d4dca19d09a700dd85a52efdee4be8f3fc59c3d.tar.gz
tesla-2d4dca19d09a700dd85a52efdee4be8f3fc59c3d.tar.bz2
tesla-2d4dca19d09a700dd85a52efdee4be8f3fc59c3d.zip
change docs
-rw-r--r--monophon/monophon.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/monophon/monophon.ino b/monophon/monophon.ino
index 1643bd4..f997375 100644
--- a/monophon/monophon.ino
+++ b/monophon/monophon.ino
@@ -1,6 +1,6 @@
// play monophon sounds on the tesla coil
//
-// receives uint16s from serial which specify the tone length in microseconds (1000000/440 is an "a" etc)
+// receives uint16s from serial which specify the tone length in microseconds (0 for silence)
int pin1 = 4;