This file contains settings to make the SDHLibrary compile on differen systems:
This graph shows which files directly or indirectly include this file:Defines | |
| #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. | |
| #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 | NAMESPACE_SDH_START namespace SDH { |
| #define | NAMESPACE_SDH_END } |
| #define | USING_NAMESPACE_SDH using namespace SDH; |
| #define | NS_SDH SDH:: |