diff --git a/src/Tlv493d.cpp b/src/Tlv493d.cpp index c3dcf00..1b09dc1 100644 --- a/src/Tlv493d.cpp +++ b/src/Tlv493d.cpp @@ -64,15 +64,6 @@ void Tlv493d::begin(TwoWire &bus) void Tlv493d::begin(TwoWire &bus, Tlv493d_Address_t slaveAddress, bool reset) { - /** - * Workaround for kit2go vdd enable - */ - #ifdef TLV493D_A1B6_KIT2GO - pinMode(LED2, OUTPUT); - digitalWrite(LED2, HIGH); - delay(50); - #endif - initInterface(&mInterface, &bus, slaveAddress); delay(TLV493D_STARTUPDELAY);