Commander-API  V2.1.0
Simple Command Parser
Loading...
Searching...
No Matches
Commander-API-Commands.cpp File Reference

Go to the source code of this file.

Functions

void commander_millis_func (char *args, Stream *response)
 Premade function for millis command. More...
 
void commander_micros_func (char *args, Stream *response)
 Premade function for micros command. More...
 
void commander_uptime_func (char *args, Stream *response)
 Premade function for uptime command. More...
 
void commander_pinMode_func (char *args, Stream *response)
 Premade function for pinMode command. More...
 
void commander_digitalWrite_func (char *args, Stream *response)
 Premade function for digitalWrite command. More...
 
void commander_digitalRead_func (char *args, Stream *response)
 Premade function for digitalRead command. More...
 
void commander_analogRead_func (char *args, Stream *response)
 Premade function for analogRead command. More...
 
void commander_ipconfig_func (char *args, Stream *response)
 Premade function for ipconfig command. More...
 
void commander_wifiStat_func (char *args, Stream *response)
 Premade function for wifiStat command. More...
 
void commander_wifiScan_func (char *args, Stream *response)
 Premade function for wifiScan command. More...
 
void commander_configTime_func (char *args, Stream *response)
 Premade function for wifiScan command. More...
 
void commander_dateTime_func (char *args, Stream *response)
 Premade function for wifiScan command. More...
 
void commander_neofetch_func (char *args, Stream *response)
 Premade function for neofetch command. More...
 
void commander_reboot_func (char *args, Stream *response)
 Premade function for reboot command. More...
 
void commander_sin_func (char *args, Stream *response)
 Premade function for sin command. More...
 
void commander_cos_func (char *args, Stream *response)
 Premade function for cos command. More...
 
void commander_not_func (char *args, Stream *response)
 Premade function for not command. More...
 
void commander_random_func (char *args, Stream *response)
 Premade function for random command. More...
 
void commander_abs_func (char *args, Stream *response)
 Premade function for abs command. More...
 

Function Documentation

◆ commander_abs_func()

void commander_abs_func ( char *  args,
Stream *  response 
)

Premade function for abs command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 861 of file Commander-API-Commands.cpp.

◆ commander_analogRead_func()

void commander_analogRead_func ( char *  args,
Stream *  response 
)

Premade function for analogRead command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 292 of file Commander-API-Commands.cpp.

◆ commander_configTime_func()

void commander_configTime_func ( char *  args,
Stream *  response 
)

Premade function for wifiScan command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 494 of file Commander-API-Commands.cpp.

◆ commander_cos_func()

void commander_cos_func ( char *  args,
Stream *  response 
)

Premade function for cos command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 794 of file Commander-API-Commands.cpp.

◆ commander_dateTime_func()

void commander_dateTime_func ( char *  args,
Stream *  response 
)

Premade function for wifiScan command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 530 of file Commander-API-Commands.cpp.

◆ commander_digitalRead_func()

void commander_digitalRead_func ( char *  args,
Stream *  response 
)

Premade function for digitalRead command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 199 of file Commander-API-Commands.cpp.

◆ commander_digitalWrite_func()

void commander_digitalWrite_func ( char *  args,
Stream *  response 
)

Premade function for digitalWrite command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 142 of file Commander-API-Commands.cpp.

◆ commander_ipconfig_func()

void commander_ipconfig_func ( char *  args,
Stream *  response 
)

Premade function for ipconfig command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 401 of file Commander-API-Commands.cpp.

◆ commander_micros_func()

void commander_micros_func ( char *  args,
Stream *  response 
)

Premade function for micros command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 46 of file Commander-API-Commands.cpp.

◆ commander_millis_func()

void commander_millis_func ( char *  args,
Stream *  response 
)

Premade function for millis command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 36 of file Commander-API-Commands.cpp.

◆ commander_neofetch_func()

void commander_neofetch_func ( char *  args,
Stream *  response 
)

Premade function for neofetch command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 549 of file Commander-API-Commands.cpp.

◆ commander_not_func()

void commander_not_func ( char *  args,
Stream *  response 
)

Premade function for not command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 802 of file Commander-API-Commands.cpp.

◆ commander_pinMode_func()

void commander_pinMode_func ( char *  args,
Stream *  response 
)

Premade function for pinMode command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 85 of file Commander-API-Commands.cpp.

◆ commander_random_func()

void commander_random_func ( char *  args,
Stream *  response 
)

Premade function for random command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 825 of file Commander-API-Commands.cpp.

◆ commander_reboot_func()

void commander_reboot_func ( char *  args,
Stream *  response 
)

Premade function for reboot command.

It reboots the core.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 758 of file Commander-API-Commands.cpp.

◆ commander_sin_func()

void commander_sin_func ( char *  args,
Stream *  response 
)

Premade function for sin command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 786 of file Commander-API-Commands.cpp.

◆ commander_uptime_func()

void commander_uptime_func ( char *  args,
Stream *  response 
)

Premade function for uptime command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 56 of file Commander-API-Commands.cpp.

◆ commander_wifiScan_func()

void commander_wifiScan_func ( char *  args,
Stream *  response 
)

Premade function for wifiScan command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 451 of file Commander-API-Commands.cpp.

◆ commander_wifiStat_func()

void commander_wifiStat_func ( char *  args,
Stream *  response 
)

Premade function for wifiStat command.

Parameters
argsPointer to the argument string.
responseResponse channel for messages.

Definition at line 416 of file Commander-API-Commands.cpp.