Commander-API
V2.1.0
Simple Command Parser
|
#include "Commander-API-Commands.hpp"
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... | |
void commander_abs_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for abs command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 861 of file Commander-API-Commands.cpp.
void commander_analogRead_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for analogRead command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 292 of file Commander-API-Commands.cpp.
void commander_configTime_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for wifiScan command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 494 of file Commander-API-Commands.cpp.
void commander_cos_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for cos command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 794 of file Commander-API-Commands.cpp.
void commander_dateTime_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for wifiScan command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 530 of file Commander-API-Commands.cpp.
void commander_digitalRead_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for digitalRead command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 199 of file Commander-API-Commands.cpp.
void commander_digitalWrite_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for digitalWrite command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 142 of file Commander-API-Commands.cpp.
void commander_ipconfig_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for ipconfig command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 401 of file Commander-API-Commands.cpp.
void commander_micros_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for micros command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 46 of file Commander-API-Commands.cpp.
void commander_millis_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for millis command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 36 of file Commander-API-Commands.cpp.
void commander_neofetch_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for neofetch command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 549 of file Commander-API-Commands.cpp.
void commander_not_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for not command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 802 of file Commander-API-Commands.cpp.
void commander_pinMode_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for pinMode command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 85 of file Commander-API-Commands.cpp.
void commander_random_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for random command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 825 of file Commander-API-Commands.cpp.
void commander_reboot_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for reboot command.
It reboots the core.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 758 of file Commander-API-Commands.cpp.
void commander_sin_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for sin command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 786 of file Commander-API-Commands.cpp.
void commander_uptime_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for uptime command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 56 of file Commander-API-Commands.cpp.
void commander_wifiScan_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for wifiScan command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 451 of file Commander-API-Commands.cpp.
void commander_wifiStat_func | ( | char * | args, |
Stream * | response | ||
) |
Premade function for wifiStat command.
args | Pointer to the argument string. |
response | Response channel for messages. |
Definition at line 416 of file Commander-API-Commands.cpp.