aboutsummaryrefslogtreecommitdiffstats
path: root/wirish
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-04-26 03:27:33 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-04-26 03:27:33 -0400
commit90c649c4b36dfc0c80d41878721c06187ada6b90 (patch)
tree780e4759156188e4465240fc949db948c67829c8 /wirish
parent1f98566c939c84a986ee8b60fde6aa601c3521da (diff)
downloadlibrambutan-90c649c4b36dfc0c80d41878721c06187ada6b90.tar.gz
librambutan-90c649c4b36dfc0c80d41878721c06187ada6b90.zip
Removing Maple-specific values from WirinPinMode doxygen comment.
Comment changes only.
Diffstat (limited to 'wirish')
-rw-r--r--wirish/io.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/wirish/io.h b/wirish/io.h
index 137377d..ace40f2 100644
--- a/wirish/io.h
+++ b/wirish/io.h
@@ -38,17 +38,6 @@
/**
* Specifies a GPIO pin behavior.
- *
- * Each of the GPIO pins on a Maple board may be configured using
- * pinMode() to behave in a number of ways: as a digital output pin,
- * or as an analog input pin, etc., depending on the particular pin.
- *
- * This enum specifies the complete set of possible configurations;
- * not every pin can have all of these modes. For example, on the
- * Maple, pin 15 may be configured as INPUT_ANALOG, but not as PWM.
- * See your board's documentation and silkscreen for more information
- * on what functionality is available on each pin.
- *
* @see pinMode()
*/
typedef enum WiringPinMode {