Revised launch/clutch default pins
This commit is contained in:
parent
6c8e238697
commit
e2dfeeb93d
|
@ -146,7 +146,7 @@ void setPinMapping(byte boardID)
|
|||
pinStepperStep = 17; //Step pin for DRV8825 driver
|
||||
pinStepperEnable = 26; //Enable pin for DRV8825
|
||||
pinFan = A13; //Pin for the fan output
|
||||
pinLaunch = 12; //Can be overwritten below
|
||||
pinLaunch = 51; //Can be overwritten below
|
||||
pinFlex = 2; // Flex sensor (Must be external interrupt enabled)
|
||||
|
||||
#if defined(CORE_TEENSY)
|
||||
|
@ -194,7 +194,7 @@ void setPinMapping(byte boardID)
|
|||
pinStepperStep = 17; //Step pin for DRV8825 driver
|
||||
pinStepperEnable = 24; //Enable pin for DRV8825
|
||||
pinFan = 47; //Pin for the fan output (Goes to ULN2803)
|
||||
pinLaunch = 12; //Can be overwritten below
|
||||
pinLaunch = 51; //Can be overwritten below
|
||||
pinFlex = 2; // Flex sensor (Must be external interrupt enabled)
|
||||
|
||||
#if defined(CORE_TEENSY)
|
||||
|
|
Loading…
Reference in New Issue