MySensors Library & Examples
2.3.2
|
Go to the source code of this file.
Macros | |
#define | MSG_GW_STARTUP_COMPLETE "Gateway startup complete." |
Gateway startup message. | |
#define | GATEWAY_DEBUG(x, ...) DEBUG_OUTPUT(x, ##__VA_ARGS__) |
debug output | |
Functions | |
void | gatewayTransportProcess (void) |
Process gateway-related messages. | |
bool | gatewayTransportInit (void) |
Initialize gateway transport driver. More... | |
bool | gatewayTransportSend (MyMessage &message) |
Send message to controller. More... | |
bool | gatewayTransportAvailable (void) |
Check if a new message is available from controller. More... | |
MyMessage & | gatewayTransportReceive (void) |
Pick up last message received from controller. More... | |