diff --git a/.vscode/arduino.json b/.vscode/arduino.json deleted file mode 100644 index 7ebab11..0000000 --- a/.vscode/arduino.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "board": "arduino:avr:uno", - "port": "/dev/ttyUSB1", - "sketch": "ws2812b sketch/ws2812b_sketch.ino" -} \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index c80ca4e..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "/home/simon/.arduino15/packages/esp8266/tools/**", - "/home/simon/.arduino15/packages/esp8266/hardware/esp8266/2.4.1/**", - "/home/simon/.arduino15/packages/arduino/tools/**", - "/home/simon/.arduino15/packages/arduino/hardware/avr/1.6.21/**", - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64", - "forcedInclude": [ - "/home/simon/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/Arduino.h" - ] - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9724e47..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - // Verwendet IntelliSense zum Ermitteln möglicher Attribute. - // Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen. - // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - - { - "name": "Python: Current File (Integrated Terminal)", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal" - }, - { - "name": "Python: Attach", - "type": "python", - "request": "attach", - "port": 5678, - "host": "localhost" - }, - { - "name": "Python: LED-Server", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/LEDServer.py", - "cwd": "${workspaceFolder}", - "console": "integratedTerminal" - }, - { - "name": "Python: Django", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/manage.py", - "console": "integratedTerminal", - "args": [ - "runserver", - "--noreload", - "--nothreading" - ], - "django": true - }, - { - "name": "Python: Flask", - "type": "python", - "request": "launch", - "module": "flask", - "env": { - "FLASK_APP": "app.py" - }, - "args": [ - "run", - "--no-debugger", - "--no-reload" - ], - "jinja": true - }, - { - "name": "Python: Current File (External Terminal)", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "externalTerminal" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e1e0e7e..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "python.pythonPath": "/usr/bin/python3", - "python.autoComplete.extraPaths": [ - "/home/simon/Projekte/PyCharmProjekts/LED-Server" - ], - "files.autoSave": "onFocusChange", - "arduino.skipHeaderProvider": true, - "arduino.path": "/opt/arduino-1.8.3", - "arduino.commandPath": "arduino" -} \ No newline at end of file diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index 31afe23..0000000 --- a/.vscode/sftp.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "username": "root", - "privateKeyPath": "~/.ssh/id_rsa", - "remotePath": "/opt/LED-Server2", - "uploadOnSave": true, - "ignore": [ - ".vscode", - ".git", - "config.py", - "config.pyc", - ".DS_Store" - ], - "profiles": { - "pi-arch@KJ": { - "host": "192.168.1.252" - }, - "pi-arch@Home": { - "host": "192.168.0.67" - } - } -} - \ No newline at end of file