Skip to content

Commit

Permalink
Someone has too many finders?
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed May 30, 2022
1 parent 401073b commit 25c7ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/config/boards/48way/connectors/main.yaml
Expand Up @@ -4,10 +4,10 @@ pins:
ts_name: Fan Relay (E2)
- id: E3
class: outputs
ts_name: Fuel Relay (E3)
ts_name: Fuel Relay (E3)
- id: E4
class: switch_inputs
ts_name: Launch Control (E4)
ts_name: Launch Control (E4)
- id: E5
class: outputs
ts_name: Tachometer (E5)
Expand Down Expand Up @@ -71,7 +71,7 @@ pins:
- id: C7
class: outputs
ts_name: Boost Controller Output (C7)
- id: C6:
- id: C6
class: outputs
ts_name: Idle1 Output (C6)
- id: D15
Expand Down

3 comments on commit 25c7ab8

@sbtoonz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just refactoring this due to some funky unicode white space thats on line 5

@rusefillc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

last symbol of "id: C6:" makes this invalid YAML.

@sbtoonz
Copy link
Contributor

@sbtoonz sbtoonz commented on 25c7ab8 May 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pins:
  - id: E2
    class: outputs
    ts_name: Fan Relay (Black A5)
    
  - id: E3
    class: outputs
    ts_name: Fuel Relay (Black A4)
    
  - id: E4
    class: switch_inputs
    ts_name: Launch Control (Black A3)
    
  - id: E5
    class: outputs
    ts_name: Tachometer (Grey C8)

  - id: [E6, E6]
    class: [switch_inputs, event_inputs]
    ts_name: CamShaft Input (Black C2/3)

  - id: [C13, C13]
    class: [switch_inputs, event_inputs]
    ts_name: CrankShaft Input (Black C4/5)
    
  - id: EFI_ADC_0
    class: analog_inputs
    ts_name: Battery Reference Input
    
  - id: EFI_ADC_1
    class: analog_inputs
    ts_name: TPS Reference Input (Grey C4)
    
  - id: EFI_ADC_2
    class: analog_inputs
    ts_name: CLT Reference Input (Grey C6)
    
  - id: EFI_ADC_3
    class: analog_inputs
    ts_name: IAT Reference (Grey C7)
    
  - id: EFI_ADC_4
    class: analog_inputs
    ts_name: O2 Reference Input (Grey C5)
    
  - id: EFI_ADC_14
    class: analog_inputs
    ts_name: Fuel Pressure Reference Input (Grey C3)
    
  - id: EFI_ADC_15
    class: analog_inputs
    ts_name: Oil Pressure Reference Input (Grey C2)
    
  - id: EFI_ADC_8
    class: analog_inputs
    ts_name: MAP Pressure Reference Input (Black C1)
    
  - id: EFI_ADC_9
    class: analog_inputs
    ts_name: Barometric Pressure Reference Input
    
  - id: E8
    class: outputs
    ts_name: Injector 8 Output (Grey A1)
    
  - id: E9
    class: outputs
    ts_name: Injector 7 Output (Grey A2)
    
  - id: E10
    class: outputs
    ts_name: Injector 6 Ouput (Grey A3)
    
  - id: E11
    class: outputs
    ts_name: Injector 5 Output (Grey A4)
    
  - id: E12
    class: outputs
    ts_name: Injector 4 Output (Grey A5)
    
  - id: E13
    class: outputs
    ts_name: Injector 3 Output (Grey A6)
    
  - id: E14
    class: outputs
    ts_name: Injector 2 Output (Grey A7)
    
  - id: E15
    class: outputs
    ts_name: Injector 1 Output (Grey A8)
    
  - id: [E1, E1]
    class: [switch_inputs,analog_inputs]
    ts_name: Clutch Input (Black B2)
    
  - id: C7
    class: outputs
    ts_name: Boost Controller Out (Black A2)
    
  - id: C6
    class: outputs
    ts_name: Idle1 Output (Black A1)
    
  - id: D15
    class: outputs
    ts_name: HC1 Output (Black B1)
        
  - id: D14
    class: outputs
    ts_name: HC2 Output (Black C1)
        
  - id: D13
    class: outputs
    ts_name: Ignition 2 Output (Grey B8)
        
  - id: D12
    class: outputs
    ts_name: Ignition 1 Output (Grey B7)
        
  - id: D11
    class: outputs
    ts_name: Ignition 7 Output (Grey B2)
        
  - id: D10
    class: outputs
    ts_name: Ignition 8 Output (Grey B1)
        
  - id: D9
    class: outputs
    ts_name: Ignition 6 Output (Grey B4)
        
  - id: D8
    class: outputs
    ts_name: Ignition 5 Output (Grey B3)
        
  - id: B15
    class: outputs
    ts_name: Ignition 3 Output (Grey B5)
        
  - id: B14
    class: outputs
    ts_name: Ignition 4 Output (Grey B6)
    
info:
  title: 48Way
  name: 48Way
  board_url: https://rusefi.com/s/48Way

Please sign in to comment.