Skip to content

Commit 5c4c075

Browse files
committed
FIX nano33 example
1 parent 07f842e commit 5c4c075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/hardware_specific_examples/SAMD_examples/nano33IoT/nano33IoT_velocity_control/nano33IoT_velocity_control.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "Arduino.h"
77
#include <Wire.h>
88
#include <SimpleFOC.h>
9-
#include <Math.h>
109

1110
// this is for an AS5048B absolute magnetic encoder on I2C address 0x41
1211
MagneticSensorI2C sensor = MagneticSensorI2C(0x41, 14, 0xFE, 8);

0 commit comments

Comments
 (0)