Re: [Tinyos-help] new sensorboard question

2007-07-16 Thread John Griessen
John Griessen wrote: I'm making a sensorboard for telosb hardware. My rearranging of the UserButton code seems close, but broken. I figured out that I was trying to leave out the instantiated singleton module and configuration for a generic module -- can't do. Nevermind... John Griessen

[Tinyos-help] new sensorboard question

2007-07-13 Thread John Griessen
I'm making a sensorboard for telosb hardware. My rearranging of the UserButton code seems close, but broken. I wanted to try taking out a level of repeated use of UserButtonP.Get that is wired onto SwitchToggleC and just use a version of SwitchToggleC I called UserToggleC just to see if I