From 864bb8edacb3a34e98ca804bc439b7188c397c5b Mon Sep 17 00:00:00 2001 From: Edvin Date: Fri, 25 Apr 2025 10:15:50 +0200 Subject: Added some test for the LCD and fixed paths to programs to be absolute. --- LCD_test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 LCD_test.py (limited to 'LCD_test.py') diff --git a/LCD_test.py b/LCD_test.py new file mode 100644 index 0000000..196f674 --- /dev/null +++ b/LCD_test.py @@ -0,0 +1,5 @@ +import I2C_LCD_driver as LCD + +AGVlcd = LCD.lcd() + +AGVlcd.lcd_display_string("Hello World!", 1) -- cgit v1.2.3