set the tty device to use for this UART */
| 44 | set the tty device to use for this UART |
| 45 | */ |
| 46 | void UARTDriver::set_device_path(const char *path) |
| 47 | { |
| 48 | device_path = path; |
| 49 | } |
| 50 | |
| 51 | void UARTDriver::_begin(uint32_t b, uint16_t rxS, uint16_t txS) |
| 52 | { |