/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII     Counter.nc     
       IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII*/
 /**
  * Counter is incremented after every second; the result is displayed
  * on LEDs.
  *
  * @author Sajid (dot) Hussain (at) acadiau.ca
  **/
 configuration Counter {
 }
 
 implementation {
 
   components Main;
   components CounterM;
   components TimerC;
   components LedsC;
 
         Main.StdControl -> CounterM.StdControl;
         CounterM.Timer -> TimerC.Timer[unique("Timer")];
         Main.StdControl -> TimerC.StdControl;
         CounterM.Leds -> LedsC.Leds;
 }
 
 /*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII           
CounterM.nc   IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII*/
 
 

                      Servesh Singh
                           M.Tech
Motilal Nehru National Institute of Technology
                         Allahabad



         
---------------------------------
Looking for earth-friendly autos? 
 Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.  
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to