mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
24 lines
366 B
C
24 lines
366 B
C
/*
|
|
* WIPER.h
|
|
*
|
|
* Created on: 2024. 4. 26.
|
|
* Author: SUPYO
|
|
*/
|
|
|
|
|
|
|
|
#ifndef VEHICLE_SYSTEM_MODE_WIPER_
|
|
|
|
#define VEHICLE_SYSTEM_MODE_WIPER_ extern
|
|
|
|
|
|
#include "stdint.h"
|
|
|
|
#endif /* VEHICLE_SYSTEM_MODE_LAYER_BMS_SOC_ */
|
|
|
|
|
|
//--------------------------------- functions----------------------------------//
|
|
|
|
VEHICLE_SYSTEM_MODE_WIPER_ void Lamp_Brake_CMD(int);
|
|
|