rusEFI
The most advanced open source ECU
serial_hw.h
Go to the documentation of this file.
1 /**
2  * @file serial_hw.h
3  * @brief SERIAL bus low level code
4  *
5  * @date Apr 17, 2020
6  * @author Konstantin Smola, (c) 2020
7  */
8 
9 #pragma once
10 
11 void initAuxSerial(void);
12 #if EFI_AUX_SERIAL
13 void stopAuxSerialPins();
14 void startAuxSerialPins();
15 void enableAuxSerial();
16 #endif //EFI_AUX_SERIAL
void enableAuxSerial()
Definition: serial_hw.cpp:35
void initAuxSerial(void)
Definition: serial_hw.cpp:56
void stopAuxSerialPins()
Definition: serial_hw.cpp:42
void startAuxSerialPins()
Definition: serial_hw.cpp:47