rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
usbconsole.h
Go to the documentation of this file.
1/**
2 * @file usbconsole.h
3 *
4 * @date Oct 14, 2013
5 * @author Andrey Belomutskiy, (c) 2012-2020
6 */
7
8#pragma once
9
10#ifdef __cplusplus
11extern "C"
12{
13#endif /* __cplusplus */
14
15void usb_serial_start();
17
18#ifdef __cplusplus
19}
20#endif /* __cplusplus */
void usb_serial_start()
Main function of PDL.
bool is_usb_serial_ready()