diff options
Diffstat (limited to 'docs/guide.txt')
| -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 | * ... | ||
