rusefi-1/firmware/hw_layer/drivers/serial/serial_hw.h

21 lines
500 B
C
Raw Normal View History

/**
* @file serial_hw.h
* @brief SERIAL bus low level code
*
* @date Apr 17, 2020
* @author Konstantin Smola, (c) 2020
*/
#pragma once
#include "efifeatures.h"
#if EFI_TUNER_STUDIO
2020-05-25 10:02:05 -07:00
#include "tunerstudio_outputs.h"
#endif /* EFI_TUNER_STUDIO */
void initAuxSerial(void);
#if EFI_AUX_SERIAL
void stopAuxSerialPins(DECLARE_ENGINE_PARAMETER_SIGNATURE);
void startAuxSerialPins(DECLARE_ENGINE_PARAMETER_SIGNATURE);
void enableAuxSerial(DECLARE_ENGINE_PARAMETER_SIGNATURE);
#endif //EFI_AUX_SERIAL