mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-29 19:05:59 +00:00
feat: base
This commit is contained in:
commit
2fa0dc735c
14
sketch/sketch.ino
Normal file
14
sketch/sketch.ino
Normal file
@ -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() {
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user