gitextract_xnak314q/ ├── .beads/ │ └── issues.jsonl ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .ruff.toml ├── LICENSE ├── README.md ├── __init__.py ├── eddy-ng/ │ ├── Kconfig │ ├── Makefile │ ├── printf.c │ ├── printf.h │ ├── printf_config.h │ ├── pyproject.toml │ └── sensor_ldc1612_ng.c ├── install.py ├── install.sh ├── klipper.patch ├── ldc1612_ng.py ├── probe_eddy_ng.py └── pyrightconfig.json