Revised launch/clutch default pins

This commit is contained in:
Josh Stewart 2018-01-10 00:12:14 +11:00
parent 6c8e238697
commit e2dfeeb93d
1 changed files with 2 additions and 2 deletions

View File

@ -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)