libspicboard-Doku
com.h File Reference
Include dependency graph for com.h:Go to the source code of this file.
Macros | |
| #define | BAUD_RATE |
| #define | sb_com_wait(FACTOR) |
Enumerations | |
| enum | COM_ERROR_STATUS { ERROR_NO_STOP_BIT , ERROR_PARITY , ERROR_BUFFER_FULL , ERROR_INVALID_POINTER } |
| Error states used in mask. More... | |
Functions | |
| void | sb_com_sendByte (uint8_t data) |
| Send a single byte (8-bit) plus one start-, parity and stop bit. More... | |
| uint8_t | sb_com_receiveByte (uint8_t *data) |
| Receive one byte with start, parity and stop bit each. More... | |
Detailed Description
- Version
- $Rev: 15477 $