]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/btnode3/PlatformLedsC.nc
fixed platform definition for btnode3
[tinyos-2.x.git] / tos / platforms / btnode3 / PlatformLedsC.nc
index 085768b53212d3b99f516a6a735cd8db910d6949..32d8377463e0e73d0e0e31db561c20b1911a7d00 100644 (file)
@@ -1,7 +1,7 @@
 // $Id$
 
 /**
- * Copyright (c) 2006 ETH Zurich.  
+ * Copyright (c) 2006-2007 ETH Zurich.  
  * Copyright (c) 2004-2005 Crossbow Technology, Inc.  All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software and its
@@ -45,9 +45,9 @@ implementation
 
   Init = PlatformP.MoteInit;
     
-  Led0 = IO.PortC1;  // Pin C1 = Red LED
-  Led1 = IO.PortC3;  // Pin C3 = Green LED
+  Led0 = IO.PortC0;  // Pin C0 = Blue LED
+  Led1 = IO.PortC1;  // Pin C1 = Red LED
   Led2 = IO.PortC2;  // Pin C2 = Yellow LED
-  Led3 = IO.PortC0;  // Pin C0 = Blue LED
+  Led3 = IO.PortC3;  // Pin C3 = Green LED
 }