rusefi-1/firmware/controllers/sensors/auto_generated_sensor.h

11 lines
285 B
C
Raw Normal View History

2022-01-27 13:59:17 -08:00
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Thu Jan 27 21:56:51 UTC 2022
2021-10-16 14:49:02 -07:00
// see also gen_config_and_enums.bat
#include "sensor_type.h"
#pragma once
2022-01-27 13:59:17 -08:00
#if __cplusplus
2021-10-16 14:49:02 -07:00
const char *getSensorType(SensorType value);
2022-01-27 13:59:17 -08:00
#endif //__cplusplus