From cda0151af0083436960ce191658c9b93aa12e0e4 Mon Sep 17 00:00:00 2001 From: Ragnar Jensen Date: Tue, 17 Mar 2015 19:57:02 +0100 Subject: [PATCH] Corrected info on default physical pin. --- netledPi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netledPi.c b/netledPi.c index dcff3c3..43c09ac 100644 --- a/netledPi.c +++ b/netledPi.c @@ -43,7 +43,7 @@ * === * Ground * - * Default LED Pin - wiringPi pin 11 is BCM_GPIO 7, physical pin 25 on the Pi's P1 header. + * Default LED Pin - wiringPi pin 11 is BCM_GPIO 7, physical pin 26 on the Pi's P1 header. * Note: This pin is also used for the SPI interface. If you have SPI add-ons connected, * you'll have to use the -p option to change it to another, unused pin. */