I have a program that reads 3 external pins using the ADC, and it stores the data into flash memory. I have another program that writes to external pin (DAC0). I want to combine them into the same program. It will first write to external pin through DAC0 and I want to read the external pins (ADC0, ADC1 and ADC2) and write the data into memory.
When I combine these two programs, I can easily write to DAC0 pin, but can not read from ADC ports. Is there any issues that prevent us using DAC and ADC inside the same program?
Thanks..
Gurkan
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
