با عرض ادب
شیلد 1602 رو وری برد uno سوار کردم
کد زیرو آپلود کردم و آپلود با موفقیت انجام میشود ولی چیزی نمایش نمیده و اتفاقی رخ نمیده
کد:// include the library code: #include <LiquidCrystal.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(8, 9, 4, 5, 6, 7); void setup() { // set up the LCD's number of columns and rows: lcd.begin(16, 2); analogWrite(10, 30); } void loop() { lcd.clear(); lcd.setCursor(0, 0); lcd.print("analogRead"); lcd.print(analogRead(0)); delay(250); }