adafruit / Adafruit_ADS1X15

Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator
Other
296 stars 306 forks source link

Please fix Adafruit_ADS1015.h #33

Closed ppedro74 closed 4 years ago

ppedro74 commented 6 years ago

Please add the code bellow to Adafruit_ADS1015.h:

ifndef _LIB_ADAFRUITADS1015

define _LIB_ADAFRUITADS1015

....

endif

To avoid symbols redefinition errors.

caternuson commented 4 years ago

fixed by #47