diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-15 21:33:10 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-15 21:33:10 +0100 |
| commit | 5588a6c6b4d944e0342d5bd3ea54c3dda6aec4d4 (patch) | |
| tree | d65e4b1d90b31cecde8037a3289b4cb6ac3631d1 /.vscode/settings.json | |
| parent | 69a64546ae06b0377be8c26f2842e3d92df53778 (diff) | |
updated the code for the i2c display library using the rpi gpio library from github, going to make changes to it later
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..66f540e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.testing.pytestArgs": ["I2C"], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true +} |
