[Tinyos-help] capture a digital output from 6-pin expansion connector

2009-06-08 Thread Paola Di Palma
Hy, I need help. I want to capture a digital output from 6-pin expansion connector (U28) of my Telosb (with MSP430 f1611 processor). I would like this digital signal had a duty cycle set by me: I want to expose it to an hardware component to control the switching on and the switching off of an elec

Re: [Tinyos-help] capture a digital output from 6-pin expansion connector

2009-06-08 Thread Michael Schippling
I'm a little confused. I think you want to use a pin in output mode to switch something else on and off? Or do you want to "capture" (read) the value of an input pin? In either case, for low speeds and resolutions -- say 10ms -- GeneralIO with a Timer is probably the easy solution. Look at the exi