2022-04-28 15:06:22 -07:00
|
|
|
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Thu Apr 28 22:03:38 UTC 2022
|
2018-01-26 08:34:01 -08:00
|
|
|
// see also gen_config_and_enums.bat
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
2019-06-04 09:21:28 -07:00
|
|
|
#include "rusefi_hw_enums.h"
|
2020-05-20 06:16:26 -07:00
|
|
|
#pragma once
|
2022-04-28 15:06:22 -07:00
|
|
|
#if __cplusplus
|
|
|
|
const char *getGpio(Gpio value);
|
|
|
|
#endif //__cplusplus
|
2019-05-28 19:24:29 -07:00
|
|
|
const char *getAdc_channel_e(adc_channel_e value);
|
|
|
|
const char *getPin_mode_e(pin_mode_e value);
|