Skip to content

Commit 966ac9c

Browse files
author
Richard Unger
committed
add header missing for compile on ESP32
1 parent a586670 commit 966ac9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/encoders/mt6701/MagneticSensorMT6701SSI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef __MAGNETIC_SENSOR_MT6701_SSI_H__
22
#define __MAGNETIC_SENSOR_MT6701_SSI_H__
33

4+
#include "Arduino.h"
45
#include "SPI.h"
56
#include "common/base_classes/Sensor.h"
67

0 commit comments

Comments
 (0)