X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmicore%2Fhardware.h;h=c556ef08ee33562470a11cab84b87e7b91becd99;hb=713c0186d2ad44b60a98abba805b96f32fef125b;hp=54f87e170ddf10e5be2ecc13779397f12123c1b3;hpb=fb772a913b5de299a1f896f0c1b168136bb9c6e6;p=tinyos-2.x.git diff --git a/tos/platforms/tmicore/hardware.h b/tos/platforms/tmicore/hardware.h index 54f87e17..c556ef08 100755 --- a/tos/platforms/tmicore/hardware.h +++ b/tos/platforms/tmicore/hardware.h @@ -6,28 +6,6 @@ //#include "CC2420Const.h" //#include "AM.h" -// LEDs -TOSH_ASSIGN_PIN(nLED1, 4, 5); -TOSH_ASSIGN_PIN(nLED2, 4, 6); - -// UART pins -TOSH_ASSIGN_PIN(UC_SOMI, 3, 2); -TOSH_ASSIGN_PIN(UC_SIMO, 3, 1); -TOSH_ASSIGN_PIN(UC_SCK, 3, 3); -TOSH_ASSIGN_PIN(UC_TX, 3, 6); -TOSH_ASSIGN_PIN(UC_RX, 3, 7); - -// ADC -TOSH_ASSIGN_PIN(ADC_VBATT, 6, 0); - -// FLASH -TOSH_ASSIGN_PIN(nFLH_CS, 4, 4); - -// PROGRAMMING PINS (tri-state) -//TOSH_ASSIGN_PIN(TCK, ); -TOSH_ASSIGN_PIN(PROG_RX, 1, 1); -TOSH_ASSIGN_PIN(PROG_TX, 2, 2); - // need to undef atomic inside header files or nesC ignores the directive #undef atomic