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

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