From 0eba54fd283149e0bc38f10baa81156542448cae Mon Sep 17 00:00:00 2001 From: Phat Nguyen Date: Tue, 25 Jun 2024 17:20:04 +0700 Subject: [PATCH] Remove don't use code --- examples/BASIC/BASIC.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/BASIC/BASIC.ino b/examples/BASIC/BASIC.ino index 47259e2..8928c68 100644 --- a/examples/BASIC/BASIC.ino +++ b/examples/BASIC/BASIC.ino @@ -116,7 +116,6 @@ void setup() { /** Init I2C */ Wire.begin(ag.getI2cSdaPin(), ag.getI2cSclPin()); - Wire.endTransmission(1); delay(1000); configuration.setAirGradient(&ag);