From e34ba56ce272a48896f57db6668ec72cc5ae0a86 Mon Sep 17 00:00:00 2001 From: Edvin Date: Wed, 30 Apr 2025 08:27:49 +0200 Subject: Implemented LCD with Arduino --- LCD_test.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 LCD_test.py (limited to 'LCD_test.py') 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) -- cgit v1.2.3