LCD adress scanner by wimvanheusden

This sketch is missing a short description

Gebruik dit programma als je niet kunt vinden met welk adres je LCD-scherm communiceert met de Arduino.

Standaard is dit adres 20 zoek deze regel op in je programma:

LiquidCrystal_I2C lcd(0x20,16,2);

vervang 0x20 door bijvoorbeeld 0x27 (als 27 het getal is wat je met deze sketch gevonden hebt).

enter image description here

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:165980" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>