MySensors Library & Examples
2.3.2
|
The primary public API declaration for the MySensors library.
Files | |
file | MySensors.h |
API declaration for MySensors. | |
Macros | |
#define | _BV(x) (1<<(x)) |
_BV | |
#define | min(a, b) ((a)<(b)?(a):(b)) |
min | |
#define | max(a, b) ((a)>(b)?(a):(b)) |
max | |
#define | MIN min |
MIN. | |
#define | MAX max |
MAX. | |
#define | MY_GATEWAY_CLIENT_MODE |
gateway client mode | |
#define | MY_TRANSPORT_SANITY_CHECK |
enable regular transport sanity checks | |
#define | MY_RAM_ROUTING_TABLE_ENABLED |
Automatically set if RAM routing table is enabled. More... | |
#define | MY_RAM_ROUTING_TABLE_ENABLED |
Automatically set if RAM routing table is enabled. More... | |
#define | MY_TRANSPORT_ENCRYPTION |
ïnternal flag. | |
#define MY_RAM_ROUTING_TABLE_ENABLED |
Automatically set if RAM routing table is enabled.
Definition at line 335 of file MySensors.h.
#define MY_RAM_ROUTING_TABLE_ENABLED |
Automatically set if RAM routing table is enabled.
Definition at line 335 of file MySensors.h.