lewisxhe / AXP202X_Library

Arduino & ESP-IDF libraries written for AXP19x, 20x
MIT License
91 stars 40 forks source link

Avoid namespace pollution #1

Closed lyusupov closed 5 years ago

lyusupov commented 5 years ago

Lewis, some name definitions conflict with external ones when this library is in use by other components. To be specific - LED_OFF This patch contains an update that could mitigate this issue.