From: ayer1 Date: Thu, 29 Oct 2009 18:20:56 +0000 (+0000) Subject: added second definition GPIO2 for pin 2.5, referencing its auxiliary gpio X-Git-Tag: rc_6_tinyos_2_1_1~158 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=4ccadd35082a9957e78d487f3a354f82535552ca added second definition GPIO2 for pin 2.5, referencing its auxiliary gpio role to the internal expansion connector. --- 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);