Defines | |
#define | SDH_USE_BINARY_COMMUNICATION 1 |
Flag, if 1 then binary communication is used where possible for better performance (requires at least firmware 0.0.2.15) | |
#define | SDH_USE_NAMESPACE 1 |
Flag, if 1 then all classes are put into a namespace called SDH. If 0 then the classes are left outside any namespace. |
Primary settings to be adjusted by the user.
#define SDH_USE_BINARY_COMMUNICATION 1 |
Flag, if 1 then binary communication is used where possible for better performance (requires at least firmware 0.0.2.15)
Definition at line 62 of file sdhlibrary_settings.h.
#define SDH_USE_NAMESPACE 1 |
Flag, if 1 then all classes are put into a namespace called SDH. If 0 then the classes are left outside any namespace.
Definition at line 59 of file sdhlibrary_settings.h.