From 5588a6c6b4d944e0342d5bd3ea54c3dda6aec4d4 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Fri, 15 Nov 2024 21:33:10 +0100 Subject: updated the code for the i2c display library using the rpi gpio library from github, going to make changes to it later --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode/settings.json') 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 +} -- cgit v1.2.3-70-g09d2