├── README.md ├── ads1115.c ├── ads1115.h └── component.mk /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Molorius/esp32-ads1115/HEAD/README.md -------------------------------------------------------------------------------- /ads1115.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Molorius/esp32-ads1115/HEAD/ads1115.c -------------------------------------------------------------------------------- /ads1115.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Molorius/esp32-ads1115/HEAD/ads1115.h -------------------------------------------------------------------------------- /component.mk: -------------------------------------------------------------------------------- 1 | # 2 | # ADS1115 Component Makefile 3 | # 4 | 5 | COMPONENT_ADD_INCLUDEDIRS := . 6 | --------------------------------------------------------------------------------