Commit Graph

6 Commits

Author SHA1 Message Date
Majenko Technologies
d1e76388b1 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.
2020-04-25 18:56:33 +01:00
PaulStoffregen
c0436e64c1 Bump version to 1.6 2019-12-11 08:27:28 -08:00
per1234
2c08bcc7be Fix bad URL in library.properties
Use of incorrect case in the Arduino Playground URL resulted in a redirect to the Playground home page instead of the expected Time library page.
2019-05-11 12:45:31 -07:00
PaulStoffregen
1574db4563 Increase to version 1.5 2015-11-11 09:32:45 -08:00
PaulStoffregen
5aa1667b44 Update library.properties 2015-03-26 08:30:04 -07:00
PaulStoffregen
14b58229dc Add library.properties 2015-03-26 08:27:58 -07:00