First impedance measurements

This commit is contained in:
2026-03-30 10:20:45 +02:00
commit c865a0672b
6 changed files with 147 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "impedance-analyzer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"numpy>=2.4.3",
]