mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-27 01:56:14 +01:00
pin assignment for uno form factor board
This commit is contained in:
parent
67e8c04314
commit
7ce74cfdf8
|
@ -63,8 +63,8 @@ The configuration file for DCC-EX Command Station
|
||||||
//
|
//
|
||||||
#define ESP32_MOTOR_SHIELD F("ESP32"), \
|
#define ESP32_MOTOR_SHIELD F("ESP32"), \
|
||||||
NULL /* new MotorDriver(16, 17, UNUSED_PIN, UNUSED_PIN, 32, 2.00, 2000, UNUSED_PIN) */ , \
|
NULL /* new MotorDriver(16, 17, UNUSED_PIN, UNUSED_PIN, 32, 2.00, 2000, UNUSED_PIN) */ , \
|
||||||
new MotorDriver(18, 19, UNUSED_PIN, UNUSED_PIN, 39, 2.00, 2000, UNUSED_PIN, TIMER_PROG), \
|
new MotorDriver(23/*11*/, 18/*13*/, UNUSED_PIN, UNUSED_PIN, 39, 2.00, 2000, UNUSED_PIN, TIMER_PROG), \
|
||||||
new MotorDriver(16, 23, UNUSED_PIN, UNUSED_PIN, UNUSED_PIN, 2.00, 2000, UNUSED_PIN, RMT_MAIN)
|
new MotorDriver(25/* 3*/, 19/*12*/, UNUSED_PIN, UNUSED_PIN, 36, 2.00, 2000, UNUSED_PIN, RMT_MAIN)
|
||||||
|
|
||||||
#define MOTOR_SHIELD_TYPE ESP32_MOTOR_SHIELD
|
#define MOTOR_SHIELD_TYPE ESP32_MOTOR_SHIELD
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user