diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-09-22 16:12:20 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-09-22 16:12:20 +0200 |
commit | eaf304f02a234171c2b994138f1bc54338dcd975 (patch) | |
tree | c3fd0eaf8e457e4a42e03830ce81588efdbe7856 /gpio/pin.h | |
parent | 859317842837095a406a0ff7866091c012e1923e (diff) |
Added pin definitions for PD0-11.
Diffstat (limited to 'gpio/pin.h')
-rw-r--r-- | gpio/pin.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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); |