You are reading a single comment by @AlexOwen and its replies. Click here to read the full conversation.
  • The exact code is:

    var lcd = require("HD44780").connect(D4,D5,D12,D13,D14,D2);
    lcd.print("Hello World");
    
About

Avatar for AlexOwen @AlexOwen started