You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change the lib_deps path from SignalK/SensESP to https://github.com/SignalK/SensESP.git#latest it doesn't seem to give me the proper version. Most notably, the ads1x15 code is missing.
I am working on a project where I want to read from some ADS1115 ADC's. The ads1x15 sensor code looks great. This is what I am after in the latest branch. Which branch should I be using if I want to use the ads1x15 sensor code?
The text was updated successfully, but these errors were encountered:
The latest tag is really, really old and definitely shouldn't be used. The latest released version (as provided by the SignalK/SensESP dependency) is v2 something, and v3 (currently in the dev-3 branch) is about to be released pretty soon.
SensESP hasn't had built-in support for any external hardware since the v2 release. It is fairly straightforward to provide support for any hardware you want, as long as some Arduino libraries are available. See this tutorial: https://signalk.org/SensESP/pages/tutorials/bmp280/
When I change the lib_deps path from SignalK/SensESP to https://github.com/SignalK/SensESP.git#latest it doesn't seem to give me the proper version. Most notably, the ads1x15 code is missing.
I am working on a project where I want to read from some ADS1115 ADC's. The ads1x15 sensor code looks great. This is what I am after in the latest branch. Which branch should I be using if I want to use the ads1x15 sensor code?
The text was updated successfully, but these errors were encountered: