> Do you mean use several general I/O pins to simulate SPI port??
Yup; you just need an input, output and clock line, and then
For each byte:
For each bit:
Toggle clock line
Set the output line
Toggle clock line
Read input lineWith some bit shifting to work your way through the data bytes. Michiel _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
