adafruit / Adafruit_BME280_Library

Arduino Library for BME280 sensors
Other
333 stars 304 forks source link

added library.json file for use with PlatformIO #54

Closed kleini closed 5 years ago

kleini commented 5 years ago

This pull request just adds the library.json file to provide PlatformIO the necessary information about the library. The most important information is the list of dependencies. Otherwise the dependencies must always be defined on the Arduino project using this library.

ladyada commented 5 years ago

hiya discussion on this topic is here -> https://github.com/adafruit/DHT-sensor-library/pull/118 please post there if you have any suggestions. thanks!