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

Commit

Permalink
Specify #includes in library.properties (#2)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 authored and aentinger committed Jan 7, 2020
1 parent 4fd0d65 commit fec9b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ paragraph=
category=Data Processing
url=https://github.com/arduino-libraries/Arduino_CRC32
architectures=*
includes=Arduino_CRC32.h

0 comments on commit fec9b3e

Please sign in to comment.