rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
eficonsole.h
Go to the documentation of this file.
1/**
2 * @file eficonsole.h
3 * @brief Console package entry point header
4 *
5 * @date Nov 15, 2012
6 * @author Andrey Belomutskiy, (c) 2012-2020
7 */
8
9#pragma once
10#include "engine_module.h"
11
13
14void startUsbConsole();
16
17void startWifiConsole();
18
19#if EFI_ETHERNET
20struct EthernetConsoleModule final : public EngineModule {
22};
23#endif
void printUsbConnectorStats()
void initializeConsole()
void startUsbConsole()
void startWifiConsole()