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 cd3d0a5 commit 2869481Copy full SHA for 2869481
examples/encoders/mt6816/mt6816_spi/mt6816_spi.ino
@@ -23,7 +23,7 @@ BLDCMotor motor = BLDCMotor(7);
23
BLDCDriver3PWM driver = BLDCDriver3PWM(32, 25, 26, 33);
24
25
// Inline Current Sense instance
26
-InlineCurrentSense current_sense = InlineCurrentSense(0.01, 50.0, 35, 34);
+InlineCurrentSense current_sense = InlineCurrentSense(0.01f, 50.0f, 35, 34);
27
28
// commander interface
29
Commander command = Commander(Serial);
0 commit comments