Skip to content

Commit df469f3

Browse files
authored
Add includes field to library.properties
Previously, Sketch > Include Library > ArduinoMotorCarrier would add #include directives for all the .h files under src to the sketch, resulting in redefinition errors.
1 parent 00c884b commit df469f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ paragraph=Allows to use the Arduino Motor shields
77
category=Signal Input/Output
88
url=http://www.arduino.cc/en/Reference/
99
architectures=samd
10+
includes=ArduinoMotorCarrier.h

0 commit comments

Comments
 (0)