Şu an bunun için müsait değilim fakat uygun bir zamanda atmaya çalışacağım.
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(11,2,3, 4,5,6,7, 14,15,16,17);
int contrast = 10; // PWM pin (contrast level)
int led = 13;
void setup(){...