diff options
| author | Edvin <[email protected]> | 2025-04-30 08:27:49 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-04-30 08:27:49 +0200 |
| commit | e34ba56ce272a48896f57db6668ec72cc5ae0a86 (patch) | |
| tree | 78b7fcee18839b48e16f8475901d03d57c6077bd /LCD_test.py | |
| parent | 864bb8edacb3a34e98ca804bc439b7188c397c5b (diff) | |
Implemented LCD with Arduino
Diffstat (limited to 'LCD_test.py')
| -rw-r--r-- | LCD_test.py | 5 |
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) |
