reorganize
This commit is contained in:
parent
6f2cb52fac
commit
cd31d9795e
5
.vscode/arduino.json
vendored
5
.vscode/arduino.json
vendored
@ -1,5 +0,0 @@
|
||||
{
|
||||
"board": "arduino:avr:uno",
|
||||
"port": "/dev/ttyUSB1",
|
||||
"sketch": "ws2812b sketch/ws2812b_sketch.ino"
|
||||
}
|
23
.vscode/c_cpp_properties.json
vendored
23
.vscode/c_cpp_properties.json
vendored
@ -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
|
||||
}
|
66
.vscode/launch.json
vendored
66
.vscode/launch.json
vendored
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -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"
|
||||
}
|
22
.vscode/sftp.json
vendored
22
.vscode/sftp.json
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user