Added ESP32 side of the transceiver

This commit is contained in:
Denakosg945
2026-06-04 17:01:14 +03:00
parent bcf7bede0f
commit fa830b2c37
2303 changed files with 497306 additions and 0 deletions
@@ -0,0 +1,5 @@
from .f2py2e import main as main, run_main
__all__ = ["get_include", "run_main"]
def get_include() -> str: ...