[Tinyos-help] module wiring advice wanted

2007-08-24 Thread John Griessen
Hi, I'm making modules that are just a wrapper of Msp430Adc12MultiChannel interface so I can add some different logic code to it once it works as a wrapper, and I'm stumped at the moment... Testch12AdcC.nc configuration wiring is my guess... The Test modules are prototypes of a 12 channel

Re: [Tinyos-help] module wiring advice wanted

2007-08-24 Thread Kevin Klues
See the definition of the Msp430Adc12MultiChannel interface. For any interfaces you use you have to implement all of the events they provide. Even if you don't want to do anything in them. Just leave them blank. Kevin On 8/24/07, John Griessen [EMAIL PROTECTED] wrote: Hi, I'm making

Re: [Tinyos-help] module wiring advice wanted

2007-08-24 Thread John Griessen
Kevin Klues wrote: See the definition of the Msp430Adc12MultiChannel interface. For any interfaces you use you have to implement all of the events they provide. Even if you don't want to do anything in them. Just leave them blank. I got that problem fixed, thanks. I have an unconnected now