MySensors Library & Examples  2.3.2
Files | Macros
+ Collaboration diagram for MySensors:

Detailed Description

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.
 

Macro Definition Documentation

◆ MY_RAM_ROUTING_TABLE_ENABLED [1/2]

#define MY_RAM_ROUTING_TABLE_ENABLED

Automatically set if RAM routing table is enabled.

See also
MY_RAM_ROUTING_TABLE_FEATURE

Definition at line 335 of file MySensors.h.

◆ MY_RAM_ROUTING_TABLE_ENABLED [2/2]

#define MY_RAM_ROUTING_TABLE_ENABLED

Automatically set if RAM routing table is enabled.

See also
MY_RAM_ROUTING_TABLE_FEATURE

Definition at line 335 of file MySensors.h.