We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff78f49 commit 1330318Copy full SHA for 1330318
diffbot_base/scripts/base_controller/test/adafruit_motorshieldv2/test_adafruit_motorshieldv2.cpp
@@ -10,6 +10,8 @@
10
*
11
*/
12
13
+// Include unity library
14
+// For details see https://docs.platformio.org/en/latest/plus/unit-testing.html#api
15
#include <unity.h>
16
17
// The special bit of code in this example is the use of Arduino's Wire library.
@@ -75,6 +77,7 @@ void setup() {
75
77
76
78
79
// Set the speed to start, from 0 (off) to 255 (max speed)
80
+ Serial.println("setSpeed(150)");
81
leftMotor->setSpeed(150);
82
leftMotor->run(FORWARD);
83
// turn on motor
0 commit comments