mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2026-09-23 03:36:54 +02:00
feat: base
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
#include <Wire.h>
|
||||||
|
#include <hd44780.h>
|
||||||
|
#include <hd44780ioClass/hd44780_I2Cexp.h>
|
||||||
|
|
||||||
|
hd44780_I2Cexp lcd; // auto-detects the I2C address
|
||||||
|
|
||||||
|
void setup() {
|
||||||
|
lcd.begin(16, 2);
|
||||||
|
lcd.print("lorem ipsum dolor sit amet");
|
||||||
|
}
|
||||||
|
|
||||||
|
void loop() {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user