libspicboard-Doku
console.h File Reference
Include dependency graph for console.h:Go to the source code of this file.
Enumerations | |
| enum | CONSOLE_PARITY { PARITY_DISABLED , PARITY_EVEN , PARITY_ODD } |
| Parity bit types. More... | |
Functions | |
| int8_t | sb_console_connect (uint32_t baud, CONSOLE_PARITY parity, uint8_t stopbits) |
| Connect to serial console. More... | |
| int8_t | sb_console_connect_default (void) |
| Connect to serial console with default settings. More... | |
| char | sb_console_getChar () |
| Read the next character. More... | |
| char * | sb_console_getString (char *string, uint16_t size) |
| Read a line into the buffer. More... | |
| int8_t | sb_console_putChar (char character) |
| Prints a single character. More... | |
| int8_t | sb_console_putString (const char *string) |
| Writes the string and a trailing newline. More... | |
| int8_t | sb_console_putStringFromFlash (const __flash char *string) |
| Writes the string and a trailing newline. More... | |
Detailed Description
- Version
- $Rev: 16347 $