Added PT100 support for Ultiboard2
This commit is contained in:
parent
380144c20f
commit
df194f75e1
4 changed files with 79 additions and 3 deletions
|
|
@ -1354,7 +1354,8 @@
|
|||
#define MOTOR_CURRENT_PWM_Z_PIN 45
|
||||
#define MOTOR_CURRENT_PWM_E_PIN 46
|
||||
//Motor current PWM conversion, PWM value = MotorCurrentSetting * 255 / range
|
||||
#define MOTOR_CURRENT_PWM_RANGE 2000
|
||||
#define MOTOR_CURRENT_PWM_RANGE 2000
|
||||
#define DEFAULT_PWM_MOTOR_CURRENT {1300, 1300, 1250}
|
||||
|
||||
//arduino pin witch triggers an piezzo beeper
|
||||
#define BEEPER 18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue