dilmac
Results
1
issues of
dilmac
As [this answer](https://stackoverflow.com/a/21594) states, `#include ` statements are global-first whereas `#include "Keypad.h"` prioritizes current directory. While packaging an Arduino app, I discovered that compiling was failed due to multiple definitions...