new pin type: sent_input_pin_e #5158

only:mre_f4
This commit is contained in:
rusefillc 2023-03-07 17:02:31 -05:00
parent 02bbdb4294
commit dc2100f543
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -6,6 +6,7 @@ public enum PinType {
OUTPUTS("output_pin_e", "Gpio", "Unassigned"),
ANALOG_INPUTS("adc_channel_e", "adc_channel_e", "EFI_ADC_NONE"),
EVENT_INPUTS("brain_input_pin_e", "Gpio", "Unassigned"),
SENT_INPUTS("sent_input_pin_e", "Gpio", "Unassigned"),
SWITCH_INPUTS("switch_input_pin_e", "Gpio", "Unassigned");