From 4ccadd35082a9957e78d487f3a354f82535552ca Mon Sep 17 00:00:00 2001 From: ayer1 Date: Thu, 29 Oct 2009 18:20:56 +0000 Subject: [PATCH] added second definition GPIO2 for pin 2.5, referencing its auxiliary gpio role to the internal expansion connector. --- tos/platforms/shimmer2/hardware.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tos/platforms/shimmer2/hardware.h b/tos/platforms/shimmer2/hardware.h index c8380f41..71e7c2e1 100644 --- a/tos/platforms/shimmer2/hardware.h +++ b/tos/platforms/shimmer2/hardware.h @@ -127,6 +127,7 @@ TOSH_ASSIGN_PIN(URXD1, 3, 7); TOSH_ASSIGN_PIN(GIO0, 2, 0); TOSH_ASSIGN_PIN(GIO1, 2, 1); +TOSH_ASSIGN_PIN(GIO2, 2, 5); // second internal expansion gpio // 1-Wire TOSH_ASSIGN_PIN(ONEWIRE, 4, 7); -- 2.39.2