← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/LCD_test.py
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-04-30 08:27:49 +0200
committerEdvin <[email protected]>2025-04-30 08:27:49 +0200
commite34ba56ce272a48896f57db6668ec72cc5ae0a86 (patch)
tree78b7fcee18839b48e16f8475901d03d57c6077bd /LCD_test.py
parent864bb8edacb3a34e98ca804bc439b7188c397c5b (diff)
Implemented LCD with Arduino
Diffstat (limited to 'LCD_test.py')
-rw-r--r--LCD_test.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/LCD_test.py b/LCD_test.py
deleted file mode 100644
index 196f674..0000000
--- a/LCD_test.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import I2C_LCD_driver as LCD
-
-AGVlcd = LCD.lcd()
-
-AGVlcd.lcd_display_string("Hello World!", 1)