aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()
*/