From 4c2ab334df686926cd778ff6e9bd129bf085eabd Mon Sep 17 00:00:00 2001 From: Ashwin Date: Fri, 16 Dec 2022 14:36:43 +0530 Subject: [PATCH] Fix extension --- src/{protocentral_TLA20xx.c => protocentral_TLA20xx.cpp} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename src/{protocentral_TLA20xx.c => protocentral_TLA20xx.cpp} (99%) diff --git a/src/protocentral_TLA20xx.c b/src/protocentral_TLA20xx.cpp similarity index 99% rename from src/protocentral_TLA20xx.c rename to src/protocentral_TLA20xx.cpp index ae45c8a..1c5dac1 100644 --- a/src/protocentral_TLA20xx.c +++ b/src/protocentral_TLA20xx.cpp @@ -24,7 +24,6 @@ // ///////////////////////////////////////////////////////////////////////////////////////// -#include #include "protocentral_TLA20xx.h" TLA20XX::TLA20XX(uint8_t i2c_addr) @@ -106,6 +105,4 @@ void TLA20XX::begin() Serial.println(init); write_reg(TLA20XX_CONF_REG,0x8683); -} - - +} \ No newline at end of file