Dear All:
I am going to use Tmote Sky to store large amount of readings from its onboard sensor.
However, the Mount.mount( ) always returns fail.
My code is as follows

   task void mount() {
      call Mount.mount(1);
     }
   command result_t StdControl.start()
   {
       post mount();
       return SUCCESS;
   }
   event void Mount.mountDone(storage_result_t result, volume_id_t id) {
       if(result == SUCCESS){
           call Leds.redOn();
       }
   }
The red led does not turn on.
Any possible reaons? Thanks.

Hui Kang
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to