Hi all,

My prog crashes each time I use the spi write command. Here is how it's
wired. Is there something missing or wrong?

 

configuration HplWn100C

provides interface SpiByte as WnSpi;

components      new Msp430Spi1C() as Spi; 

components      HplWn100P;

HplWn100P.WnSpi -> Spi;

Spi = WnSpi;

 

 

module HplWn100P

uses interface SpiByte as WnSpi;

call WnSpi.write(0xae);

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to