Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit fec9b3e

Browse files
per1234aentinger
authored andcommitted
Specify #includes in library.properties (#2)
This prevents Sketch > Include Library > Arduino_CRC32 from cluttering the sketch with an #include directive for crc.h. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
1 parent 4fd0d65 commit fec9b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ paragraph=
77
category=Data Processing
88
url=https://github.com/arduino-libraries/Arduino_CRC32
99
architectures=*
10+
includes=Arduino_CRC32.h

0 commit comments

Comments
 (0)