Hi everyone, I am trying to read the value on pin 30 (SOMI0) MSP430(TelosB). I do not know if it is possible or not. These are my steps:
1) In configuration file I used: components HplMsp430GeneralIOC; 2) In module file: uses interface HplMsp430GeneralIO as Pin30; 3) Wiring: App.Pin30 ->HplMsp430GeneralIOC.SOMI0; after these steps I want to use get command in interface HplMsp430GeneralIO to read the value on the pin 30; I know my steps are not completely right. Can anyone revised them for me? I really appreciate your help in advance. Best, Maryam
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
