Add missing pin mapping for stepper on Teensy adapter
This commit is contained in:
parent
3065620606
commit
244b7a068e
Binary file not shown.
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 |
|
@ -233,6 +233,7 @@ void setPinMapping(byte boardID)
|
|||
pinTrigger = 23;
|
||||
pinTrigger2 = 35;
|
||||
pinStepperDir = 33;
|
||||
pinStepperStep = 34;
|
||||
pinCoil1 = 31;
|
||||
pinTachOut = 28;
|
||||
pinFan = 27;
|
||||
|
|
Loading…
Reference in New Issue