Skip to content

Commit 8cc6707

Browse files
committed
Remove getShutdown (empty function)
To remove warnings
1 parent d5bec63 commit 8cc6707

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/SparkFun_VEML6075_Arduino_Library.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,6 @@ VEML6075_error_t VEML6075::shutdown(boolean shutdown)
343343
return writeI2CRegister(conf, VEML6075::REG_UV_CONF);
344344
}
345345

346-
VEML6075::VEML6075_shutdown_t VEML6075::getShutdown(void)
347-
{
348-
}
349-
350346
VEML6075_error_t VEML6075::trigger(void)
351347
{
352348
return setTrigger(TRIGGER_ONE_OR_UV_TRIG);

src/SparkFun_VEML6075_Arduino_Library.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ class VEML6075
133133

134134
VEML6075_error_t powerOn(boolean enable = true);
135135
VEML6075_error_t shutdown(boolean shutdown = true);
136-
VEML6075_shutdown_t getShutdown(void);
137136

138137
uint16_t rawUva(void);
139138
uint16_t rawUvb(void);

0 commit comments

Comments
 (0)