We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support the Arduino KeyPad LCD Shield on the Particle Shield shield v3.0.1 the pin mapping would be
LiquidCrystal lcd(A5, A4, D6, D0, D1, D7); // Shield shield v3.0.1
And for Particle Build (aka Web IDE), could you also adapt the include statement to
#include "LiquidCrystal/LiquidCrystal.h"
As a final, could you then push this back online to Particle Build?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To support the Arduino KeyPad LCD Shield on the Particle Shield shield v3.0.1 the pin mapping would be
And for Particle Build (aka Web IDE), could you also adapt the include statement to
As a final, could you then push this back online to Particle Build?
Thanks!
The text was updated successfully, but these errors were encountered: