Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Update Test.ino
Browse files Browse the repository at this point in the history
Remove the setFrecuency() function for the DC Motor since it will not be implemented in the current revision (V3.0) of the MKRMotorShield
  • Loading branch information
Ernesto E. Lopez C authored and facchinm committed May 31, 2018
1 parent 125b711 commit 05a8f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/Test/Test.ino
Expand Up @@ -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
Expand Down

0 comments on commit 05a8f58

Please sign in to comment.