Skip to content

Commit d1e7638

Browse files
authored
Added includes to properties file
The Arduino library.properties specification gives the `includes` entry: * **includes - (available from Arduino IDE 1.6.10) (optional)** a comma separated list of files to be added to the sketch as #include <...> lines. This property is used with the "Include library" command in the Arduino IDE. If the includes property is missing, all the header files (.h) on the root source folder are included. Adding this will prevent both Time.h and TimeLib.h from being included in the IDE with the include library menu option.
1 parent ebda9bd commit d1e7638

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ sentence=Timekeeping functionality for Arduino
66
paragraph=Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC.
77
category=Timing
88
url=http://playground.arduino.cc/Code/Time/
9+
includes=TimeLib.h
910
architectures=*
1011

0 commit comments

Comments
 (0)