From 45504db1ad84adffc53f192ef97e79cb1c9add70 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Wed, 26 Oct 2022 18:59:39 +0200 Subject: [PATCH] stacked motor shield example typo fix --- MotorDrivers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MotorDrivers.h b/MotorDrivers.h index a7d3bc5..328d5e6 100644 --- a/MotorDrivers.h +++ b/MotorDrivers.h @@ -183,6 +183,6 @@ new MotorDriver( 3, 12, UNUSED_PIN, 9, A0, 2.99, 1500, UNUSED_PIN), \ new MotorDriver(11, 13, UNUSED_PIN, 8, A1, 2.99, 1500, UNUSED_PIN), \ new MotorDriver( 2, 10, UNUSED_PIN, 7, A3, 2.99, 1500, UNUSED_PIN), \ - new MotorDriver(10, 4, UNUSED_PIN, 6, A4, 2.99, 1500, UNUSED_PIN) + new MotorDriver( 5, 4, UNUSED_PIN, 6, A4, 2.99, 1500, UNUSED_PIN) // #endif