]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/hardware.h
For tmicore platform, remove unused pin defs in hardware.h and add PxREN
[tinyos-2.x.git] / tos / platforms / tmicore / hardware.h
index 54f87e170ddf10e5be2ecc13779397f12123c1b3..c556ef08ee33562470a11cab84b87e7b91becd99 100755 (executable)
@@ -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