Keyestudio ARDUINO maker learning kit Manual page 129

Table of Contents

Advertisement

keyestudio
Connection for 2560 R3:
After the connection, upload below code to the controller board and see how it goes.
Sample code B:
//////////////////////////////////////////////////////////
int LCD1602_RS=12;
int LCD1602_RW=11;
int LCD1602_EN=10;
int DB[] = { 6, 7, 8, 9};
char str1[]="Welcome to";
char str2[]="geek-workshop";
www.keyestudio.cc
127

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ARDUINO maker learning kit and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents