mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
Add Snowball Creek Shield for Mega
This commit is contained in:
parent
f8fb08e331
commit
501f0e1bf0
|
@ -84,3 +84,8 @@
|
||||||
new MotorDriver(11, 13, UNUSED_PIN, UNUSED_PIN, A1, 2.99, 2000, UNUSED_PIN)
|
new MotorDriver(11, 13, UNUSED_PIN, UNUSED_PIN, A1, 2.99, 2000, UNUSED_PIN)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define SNOWBALL_CREEK_SHIELD F("SNOWBALL_CREEK_SHIELD"), \
|
||||||
|
new MotorDriver(3, 12, UNUSED_PIN, 9, A0, 6.10, 5000, UNUSED_PIN), \
|
||||||
|
new MotorDriver(11, 13, UNUSED_PIN, 8, A1, 0.49, 320, UNUSED_PIN)
|
||||||
|
#define MOTOR_SHIELD_TYPE SNOWBALL_CREEK_SHIELD
|
||||||
|
|
Loading…
Reference in New Issue
Block a user