SPiCboard
com.h
Go to the documentation of this file.
46 * described in Section 25 of the <a href="Atmel-42397-8-bit-AVR-Microcontroller-ATmega328PB_Datasheet.pdf">ATMega328PB Datasheet</a>.
68 * Active wait loop for the transmission interval time \c T (determined by the baud rate) multiplied by \a FACTOR
void sb_com_sendByte(uint8_t data)
Send a single byte (8-bit) plus one start-, parity and stop bit.
uint8_t sb_com_receiveByte(uint8_t *data)
Receive one byte with start, parity and stop bit each.