diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-26 23:49:24 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-26 23:49:24 +0100 |
| commit | 4e86a2ee9f5578cbaae6cc7dd52616e3e3751764 (patch) | |
| tree | 9aef587c109accee021553e9e95f26dab11e8920 /docs | |
| parent | fdc9132f0e8fc69d0f500ec07638ac595293083b (diff) | |
rearangef the file managment
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/guide.txt b/docs/guide.txt new file mode 100644 index 0000000..b248f49 --- /dev/null +++ b/docs/guide.txt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | ------------------------------------------------------------- | ||
| 2 | |||
| 3 | I2C CONTROLLER GUIDE | ||
| 4 | |||
| 5 | ------------------------------------------------------------- | ||
| 6 | |||
| 7 | This program is designed to control an LCD1602 using python. It supports | ||
| 8 | a GUI and CLI interface and is at the moment only linux compatible. | ||
| 9 | |||
| 10 | You will need to have a couple of dependency's readdy on your device to use the software. | ||
| 11 | |||
| 12 | * sounddevice | ||
| 13 | * ... | ||
