UMDBPP / Balloonduino

Library for basic functions of Balloonduino (Arduino Mega with onboard sensors)
MIT License
3 stars 0 forks source link

Write #ifdef templating #20

Closed zacharyburnett closed 6 years ago

zacharyburnett commented 8 years ago

Currently Balloonduino.h grabs all sensor libraries. Add #ifdef statements to selectively import and initialize sensors based on the presence or value of definitions like "DISABLE_BME280" if the user wants to disable certain sensors.

zacharyburnett commented 6 years ago

Most recent pull adds selective sensor enable flags to Balloonduino::begin()