I am trying to use a different controller board.
Allready figured out that the file rotator_pin.h file is the one to apply changes.
/*
- rotator_features.h
- Created on: Nov 12, 2017
-
Author: azisi
*/
#ifndef ROTATOR_PINS_H_
#define ROTATOR_PINS_H_
#define M1IN1 6
#define M1IN2 5 /* Motor1 direction */
#define M1SF 7
#define M1FB A1
#define M2IN1 11 /* Motor2 step /
#define M2IN2 3 / Motor2 direction */
#define M2SF 10
#define M2FB A0
#define MOTOR_EN 8 /* Motor Enable */
#define SW1 9 /* Endstop-1 /
#define SW2 4 / Endstop-2 */
Some i could fill in but some are blancks, could some one help mee??
Mutch regards
Berdien