Merged i2c-helper in Main

This commit is contained in:
AlexanderHD27
2025-01-12 00:16:00 +01:00
parent f4792de050
commit b5c7e5b4c1
396 changed files with 182143 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}

View File

@@ -0,0 +1 @@
{"pos1": {"x": 1026, "y": 2096}, "pos2": {"x": 16651, "y": 18856}, "pos3": {"x": 1901, "y": 131}}

View File

@@ -0,0 +1 @@
{"corexy_available": true, "head_available": true, "vacuum_available": true, "corexy_port": 0, "head_port": 2, "vacuum_port": 1}

BIN
i2c-hub/uart-adapter/src/common/calibrate_boardpos.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/common/i2c_scan.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/gobot.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/gobotrpc/__init__.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/gobotrpc/mapping.py (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/gobotrpc/rpc_packages.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/gobotrpc/rpc_packages_corexy.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/gobotrpc/rpc_packages_head.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/gobotrpc/util.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/main.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/uart_interface/__init__.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/uart_interface/ci_highLevel.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/uart_interface/ci_packages.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/uart_interface/pares_packages.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
i2c-hub/uart-adapter/src/uart_interface/serial.py (Stored with Git LFS) Normal file

Binary file not shown.