Miklos Maroti ha scritto:
> Hi!
> 
> Seacrh for the MicaBusC component, it provides the GeneralIO
> interfaces which you can use to do the thing what you need.
> 
> Miklos

Hi Miklos.
I tried it with success.

Thank you very much for your help.

I implemented it in this way:

*** CONFIGURATION ***
ADCReadC.TWO_HALF_VOLT -> MicaBusC.PW2;
ADCReadC.THREE_VOLT -> MicaBusC.PW3;
ADCReadC.FIVE_VOLT -> MicaBusC.PW5;

*** MODULE ***
interface GeneralIO as TWO_HALF_VOLT;
interface GeneralIO as THREE_VOLT;
interface GeneralIO as FIVE_VOLT;
...
call TWO_HALF_VOLT.set();
call THREE_VOLT.set();
call FIVE_VOLT.set();

-- 
Francesco Ficarola <francesco.ficarola_at_gmail_dot_com>
Presidente LUG-PV (http://lugpv.netsons.org)
Mailing List: lugpv_at_lists.linux_dot_it

[GPG KeyID: 0xDBA99D92]
http://lugpv.netsons.org/gpgkeys/francesco_ficarola.asc

Il nuovo modo di fare ricerca: www.tradoogle.it

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to