Hi All,
I have used Powermanagement component and called adjustPower() as below in
telosb.
  command result_t StdControl.start()
  {
 call Enable();
 call PowerManagement.adjustPower();
  return SUCCESS;
  }


But when i looked through the code for powerManagement in
tos/platform/msp430 it is just returning SUCCESS as below. (I have also
looked through the code app.c generated by 'make telosb', there also its
just returning success)
  async command uint8_t PowerManagement.adjustPower() {
  return SUCCESS;
  }
Could you please let me know what could be the issue, Let me know if i'm
missing something.
Thanks,
Nagarjuna
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to