Start Main.py

This commit is contained in:
2026-05-16 21:03:54 +02:00
parent 03aba3bd49
commit d4f67b0159
5 changed files with 33 additions and 0 deletions

BIN
.main_backup.py.swp Normal file

Binary file not shown.

3
.micropico Normal file
View File

@@ -0,0 +1,3 @@
{
"info": "This file is just used to identify a project folder."
}

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"recommendations": [
"ms-python.python",
"visualstudioexptteam.vscodeintellicode",
"ms-python.vscode-pylance",
"paulober.pico-w-go"
]
}

15
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"python.languageServer": "Jedi",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none"
},
"python.terminal.activateEnvironment": false,
"micropico.openOnStart": true,
"python.analysis.typeshedPaths": [
"~/.micropico-stubs/included"
],
"python.analysis.extraPaths": [
"~/.micropico-stubs/included"
]
}

7
main.py Normal file
View File

@@ -0,0 +1,7 @@
import time
from machine import Pin, I2C, time_pulse_us
from vl53l0x import VL53L0X
import _thread
us_daten = [0.0]*10
tof_daten = [0.0}*10