Skip to content

Commit 9146af7

Browse files
committed
Actions Fix
1 parent 16e94c0 commit 9146af7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/Commander-API-Commands.hpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -184,21 +184,6 @@ void commander_dateTime_func( char *args, Stream *response );
184184

185185
#endif
186186

187-
#ifdef ARDUINO
188-
189-
#ifdef __AVR__
190-
191-
#define API_ELEMENT_I2C_BEGIN apiElement( "i2cBegin", "Initialize I2C peripheral as bus master.", commander_i2cBegin_func )
192-
#ifdef __AVR__
193-
#define API_ELEMENT_P_I2C_BEGIN( element ) apiElement_P( element, "i2cBegin", "Initialize I2C peripheral as bus master.", commander_i2cBegin_func )
194-
#endif
195-
/// Premade function for sin command.
196-
/// @param args Pointer to the argument string.
197-
/// @param response Response channel for messages.
198-
void commander_i2cBegin_func( char *args, Stream *response );
199-
200-
#endif
201-
202187
//-------- Math functions --------//
203188

204189
#define API_ELEMENT_SIN apiElement( "sin", "Sine function. The input is in radians.", commander_sin_func )

0 commit comments

Comments
 (0)