Jump to content
43oh

besi

Members
  • Content Count

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    besi reacted to RobG in Ethernet Booster Pack v3   
    This is my implementation.
    u_char sendReceiveByteSPI(u_char byte) { u_char receivedByte = 0; UCB0TXBUF = byte; while (UCB0STAT & UCBUSY); receivedByte = UCB0RXBUF; return receivedByte; }
×
×
  • Create New...