From 90c649c4b36dfc0c80d41878721c06187ada6b90 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 26 Apr 2011 03:27:33 -0400 Subject: Removing Maple-specific values from WirinPinMode doxygen comment. Comment changes only. --- wirish/io.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'wirish/io.h') 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 { -- cgit v1.2.3