arduino / EduIntro

Arduino library aimed at making super-fast introductory workshops to Arduino. Based on the idea of having components as objects in the code.
GNU General Public License v3.0
37 stars 14 forks source link

Specify library dependencies in library.properties #9

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

Specifying the library dependencies in the depends field of library.properties causes Library Manager to offer to install the dependencies during installation of this library.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format

per1234 commented 4 years ago

Since the 0.0.11 release was made today without merging this, I have now force pushed to use 0.0.12 as the version value in library.properties instead.