Calling digitalRead, digitalWrite, oranalogRead` functions only from the global namespace may not work on some architectures, like SAMD. So there is no need to call these functions exactly from the global namespace, much better to allow the compiler to find the function that matches the signature.
There is no issue.
Calling
digitalRead,
digitalWrite, or
analogRead` functions only from the global namespace may not work on some architectures, like SAMD. So there is no need to call these functions exactly from the global namespace, much better to allow the compiler to find the function that matches the signature.