![]() |
MySensors Library & Examples
2.3.2-62-ge298769
|
Collaboration diagram for MySensors: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_TRANSPORT_ENCRYPTION |
| ïnternal flag. | |
| #define MY_RAM_ROUTING_TABLE_ENABLED |
Automatically set if RAM routing table is enabled.
Definition at line 336 of file MySensors.h.