From df6d2c51b15d55a30b8515de637aa7af490b2d95 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Wed, 27 Nov 2024 00:54:43 +0100 Subject: small modifications to the file system --- docs/guide.md | 13 +++++++++++++ docs/guide.txt | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 docs/guide.md delete mode 100644 docs/guide.txt (limited to 'docs') diff --git a/docs/guide.md b/docs/guide.md new file mode 100644 index 0000000..b248f49 --- /dev/null +++ b/docs/guide.md @@ -0,0 +1,13 @@ +------------------------------------------------------------- + + I2C CONTROLLER GUIDE + +------------------------------------------------------------- + +This program is designed to control an LCD1602 using python. It supports +a GUI and CLI interface and is at the moment only linux compatible. + +You will need to have a couple of dependency's readdy on your device to use the software. + +* sounddevice +* ... diff --git a/docs/guide.txt b/docs/guide.txt deleted file mode 100644 index b248f49..0000000 --- a/docs/guide.txt +++ /dev/null @@ -1,13 +0,0 @@ -------------------------------------------------------------- - - I2C CONTROLLER GUIDE - -------------------------------------------------------------- - -This program is designed to control an LCD1602 using python. It supports -a GUI and CLI interface and is at the moment only linux compatible. - -You will need to have a couple of dependency's readdy on your device to use the software. - -* sounddevice -* ... -- cgit v1.2.3-70-g09d2