Namespace cleanup
BREAKING CHANGE:
- moved library-specific constant
#define
into library class constants- library-specific constants declared as global
#define
polluted global namespace and interfered with other libraries
- library-specific constants declared as global
- if this change breaks your code, rename PID constants in your code as follows:
DIRECT
toPID::DIRECT
REVERSE
toPID::REVERSE
P_ON_M
toPID::P_ON_M
P_ON_E
toPID::P_ON_E