Skip to content

Commit 081cdd4

Browse files
author
Richard Unger
committed
include arduino header to prevent error on samd
1 parent e096b04 commit 081cdd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/encoders/as5600/AS5600.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#pragma once
33

44

5-
#include "Wire.h"
5+
#include <Arduino.h>
6+
#include <Wire.h>
67

78

89
#define AS5600_REG_ZMCO 0x00

0 commit comments

Comments
 (0)