Add missing pin mapping for stepper on Teensy adapter

This commit is contained in:
Josh Stewart 2017-06-13 17:05:02 +10:00
parent 3065620606
commit 244b7a068e
4 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 KiB

After

Width:  |  Height:  |  Size: 639 KiB

View File

@ -233,6 +233,7 @@ void setPinMapping(byte boardID)
pinTrigger = 23; pinTrigger = 23;
pinTrigger2 = 35; pinTrigger2 = 35;
pinStepperDir = 33; pinStepperDir = 33;
pinStepperStep = 34;
pinCoil1 = 31; pinCoil1 = 31;
pinTachOut = 28; pinTachOut = 28;
pinFan = 27; pinFan = 27;