sdr-testing/main.py

10 lines
111 B
Python

import iio;
import adi;
def main():
print("Hello from sdr-test!")
if __name__ == "__main__":
main()