← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/LCD_test.py
diff options
context:
space:
mode:
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)