Skip to content

Commit 8cc817b

Browse files
committed
Wire.h
1 parent a85ee7e commit 8cc817b

File tree

1 file changed

+3
-0
lines changed
  • ArduinoCore-Linux/cores/arduino

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
#pragma once
22
#include "HardwareSetup.h"
3+
#if defined(USE_RPI)
4+
# include "HardwareSetupRPI.h"
5+
#endif

0 commit comments

Comments
 (0)