Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Removed non-working code
Browse files Browse the repository at this point in the history
Refer to issue #20
  • Loading branch information
9Volts9er committed Apr 8, 2021
1 parent 360e875 commit bba2b3d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Tlv493d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bba2b3d

Please sign in to comment.