From 05a8f581cd53426948683cc256254b778f752715 Mon Sep 17 00:00:00 2001 From: "Ernesto E. Lopez C" Date: Wed, 30 May 2018 16:35:25 +0200 Subject: [PATCH] Update Test.ino Remove the setFrecuency() function for the DC Motor since it will not be implemented in the current revision (V3.0) of the MKRMotorShield --- examples/Test/Test.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Test/Test.ino b/examples/Test/Test.ino index 71b9892..c9f8225 100644 --- a/examples/Test/Test.ino +++ b/examples/Test/Test.ino @@ -28,7 +28,6 @@ void setup() { encoder1.resetCounter(0); // Start DC Motor 1 (labeled M1) with 90% of maximum speed, clockwise - M1.setFrequency(100); M1.setDuty(90); // Read the encoder connected to Motor1 until it reaches 36000 counts