Update custom_firmware.yaml

allow PA3 for digital
This commit is contained in:
AlphaX 2024-11-01 20:51:21 -04:00 committed by GitHub
parent 2cbc6db2d3
commit ed2148a0eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pins:
class: analog_inputs class: analog_inputs
ts_name: CLT (A2) ts_name: CLT (A2)
- id: EFI_ADC_11 - id: EFI_ADC_11
class: analog_inputs class: analog_inputs
ts_name: BattV (C1) ts_name: BattV (C1)
@ -186,6 +187,10 @@ pins:
class: [outputs, switch_inputs, event_inputs] class: [outputs, switch_inputs, event_inputs]
ts_name: Extra I/O PE14 ts_name: Extra I/O PE14
- id: A3
class: switch_inputs
ts_name: Knock (A3)
- id: [E15, E15, E15] - id: [E15, E15, E15]
class: [outputs, switch_inputs, event_inputs] class: [outputs, switch_inputs, event_inputs]
ts_name: Idle (PE15) ts_name: Idle (PE15)