summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-09-22 16:12:20 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-09-22 16:12:20 +0200
commiteaf304f02a234171c2b994138f1bc54338dcd975 (patch)
treec3fd0eaf8e457e4a42e03830ce81588efdbe7856
parent859317842837095a406a0ff7866091c012e1923e (diff)
Added pin definitions for PD0-11.
-rw-r--r--gpio/pin.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gpio/pin.h b/gpio/pin.h
index f66c956..90026c3 100644
--- a/gpio/pin.h
+++ b/gpio/pin.h
@@ -154,6 +154,18 @@ static Pin PC13(GPIOC, 13);
static Pin PC14(GPIOC, 14);
static Pin PC15(GPIOC, 15);
+static Pin PD0(GPIOD, 0);
+static Pin PD1(GPIOD, 1);
+static Pin PD2(GPIOD, 2);
+static Pin PD3(GPIOD, 3);
+static Pin PD4(GPIOD, 4);
+static Pin PD5(GPIOD, 5);
+static Pin PD6(GPIOD, 6);
+static Pin PD7(GPIOD, 7);
+static Pin PD8(GPIOD, 8);
+static Pin PD9(GPIOD, 9);
+static Pin PD10(GPIOD, 10);
+static Pin PD11(GPIOD, 11);
static Pin PD12(GPIOD, 12);
static Pin PD13(GPIOD, 13);
static Pin PD14(GPIOD, 14);