Hello,

this code line comes rigth after you send the
cal_start to the cc1000. It should wait until
cal_complete = 1. However, as I understand it it waits
for cal_complete = 0. Hence, it does not wait for any
calibration. am I interpreting it wrong?

while (((call HPLChipcon.read(CC1K_CAL)) &
(1<<CC1K_CAL_COMPLETE)) == 0);

Thanks in advance,

José



        
        
                
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to