From f1e86f6d6678618bc3e37240cbf7f6a0523d3eba Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Wed, 22 Jul 2020 20:19:29 +0200 Subject: Add files via upload --- src/ADS1115_WE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ADS1115_WE.cpp b/src/ADS1115_WE.cpp index 91740c3..e3df817 100644 --- a/src/ADS1115_WE.cpp +++ b/src/ADS1115_WE.cpp @@ -31,7 +31,7 @@ void ADS1115_WE::reset(){ bool ADS1115_WE::init(){ Wire.beginTransmission(i2cAddress); - uint8_t success = Wire.endTransmission(); + uint8_t success = Wire.endTransmission(); if(success){ return 0; } -- cgit v1.2.3