aboutsummaryrefslogtreecommitdiff
path: root/wirish
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-30 05:58:58 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-30 05:59:33 -0400
commit949ae1d7503af1ab70fe7111bb12ed61e6920657 (patch)
tree7afd096f9f192cde07e92708bf3d536c68e66131 /wirish
parent19736152f36a27fdb07333d0c1f275a4fd75d6fc (diff)
Removed Maple-specific information from digitalWrite() doxygen comment.
Diffstat (limited to 'wirish')
-rw-r--r--wirish/io.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/wirish/io.h b/wirish/io.h
index 0ffbd10..4e415b5 100644
--- a/wirish/io.h
+++ b/wirish/io.h
@@ -122,10 +122,9 @@ void pinMode(uint8 pin, WiringPinMode mode);
/**
* Writes a (digital) value to a pin. The pin must have its
- * mode set to <code>OUTPUT</code> or <code>OUTPUT_OPEN_DRAIN</code>.
+ * mode set to OUTPUT or OUTPUT_OPEN_DRAIN.
*
- * @param pin Pin to write to. One of: 0-38 (pin numbers as labeled
- * on silkscreen), or D0-D38 (symbols for same)
+ * @param pin Pin to write to.
* @param value Either LOW (write a 0) or HIGH (write a 1).
* @see pinMode()
*/