Re: [Tinyos-help] How to use GIO on TelosB

2012-06-13 Thread scatram...@gmail.com
Sorted! To those who may search for this: - wire the HplMsp430GeneralIOC component to your App according with the PIN/Port you want: App.P20 - HplMsp430GeneralIOC.Port20; // (PIN 2.0) (GIO0) - uses the interface: HplMsp430GeneralIO as P20 - call P20.makeOutput();// Sets the

Re: [Tinyos-help] How to use GIO on TelosB

2012-06-11 Thread scatram...@gmail.com
Please, can anyone assist me with this? How do I use the Msp430GeneralIO ? How do I select the pin? BR, Davide On 8 Jun 2012, at 10:00, scatram...@gmail.com wrote: Hi all, I'm having trouble trying to figure out how to generate an output from the GIO. I'm using TelosB and

[Tinyos-help] How to use GIO on TelosB

2012-06-08 Thread scatram...@gmail.com
Hi all, I'm having trouble trying to figure out how to generate an output from the GIO. I'm using TelosB and TinyOS-2.1.1. I'm not sure how to wire my application correctly, how to initialize/configure either the GIO0 or the GIO1 and how to generate the output signal. I want to use the GIO