From eaf304f02a234171c2b994138f1bc54338dcd975 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 22 Sep 2012 16:12:20 +0200 Subject: Added pin definitions for PD0-11. --- gpio/pin.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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); -- cgit v1.2.3