Ákos Maróy wrote:

but then I get s range of compilation issues - like I can't seem to
signal Read.readDone() from the async ReadNow.readDone() event, for example.


I see something.

uses interface Read<uint16_t> as Sensor;

Now you need something like

Read.read -> HighFrequencySensor.read

and try changing

components new AlarmToTimerC(T32khz) as Timer;
to
components new AlarmToTimerC(T32khz) as Timerlocal;
then...
Timerlocal = Timer0;

I think you need to export more from the next level up
above HighFrequencySensorP() also since you used a generic configuration AND a generic module...
generics can confuse me still...

Do you NEED a generic configuration?

I'm working on some modules using Jan Hauers
Adc12 Hpl and Hal modules.  More later today.

John G

--
Ecosensory
tinyOS devel on:  ubuntu Linux;   tinyOS v2.0.2;   telosb ecosens1
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to