diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-30 05:58:58 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-30 05:59:33 -0400 |
commit | efbc87c64d89bbb367b6d8face6c50edf0eb5e5c (patch) | |
tree | 5364987e5fa12b8a8f10dcbd177ca38e1c4f5ba4 | |
parent | 09de1019a60125f3f5932a21377670d3cb030121 (diff) | |
download | librambutan-efbc87c64d89bbb367b6d8face6c50edf0eb5e5c.tar.gz librambutan-efbc87c64d89bbb367b6d8face6c50edf0eb5e5c.zip |
Removed Maple-specific information from digitalWrite() doxygen comment.
-rw-r--r-- | wirish/io.h | 5 |
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() */ |