Skip to content

Commit

Permalink
Fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
protocentralashwin committed Dec 16, 2022
1 parent d9c551a commit 4c2ab33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/protocentral_TLA20xx.c → src/protocentral_TLA20xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
//
/////////////////////////////////////////////////////////////////////////////////////////

#include<SPI.h>
#include "protocentral_TLA20xx.h"

TLA20XX::TLA20XX(uint8_t i2c_addr)
Expand Down Expand Up @@ -106,6 +105,4 @@ void TLA20XX::begin()
Serial.println(init);

write_reg(TLA20XX_CONF_REG,0x8683);
}


}

0 comments on commit 4c2ab33

Please sign in to comment.