Interface: tos.platform.msp430.HPLUSARTFeedback

interface HPLUSARTFeedback

Events
event result_t rxDone(uint8_t data) A byte of data has been received.
event result_t txDone() A byte of data is about to be transmitted, ie.

Events - Details

rxDone

event result_t rxDone(uint8_t data)

A byte of data has been received.

Returns:
SUCCESS always.

txDone

event result_t txDone()

A byte of data is about to be transmitted, ie. the TXBuffer is empty and ready to accept next byte.

Returns:
SUCCESS always.