#ifndef ADS1115_H #define ADS1115_H #include #include "twi.h" uint16_t read_ads1115_single_ended(uint8_t ch); #endif