adafruit / Adafruit_ADS1X15

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

fatal error: Adafruit_ADS10s15.h: No such file or directory #69

Closed allrobot closed 3 years ago

allrobot commented 3 years ago

error: image This is an online VS Code installation and I'm trying to boot into the main file. Ads1015 data: image How to solve it?

allrobot commented 3 years ago

I tried to reference other library files and uploaded them normally, only ADS1015 had problems

ladyada commented 3 years ago

install https://github.com/adafruit/Adafruit_BusIO

allrobot commented 3 years ago

install https://github.com/adafruit/Adafruit_BusIO

Thanks, the problem was successfully resolved! image