1
0
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:
Dex's Lab 2021-09-30 22:52:54 -04:00
parent f8fb08e331
commit 501f0e1bf0

View File

@ -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