SWIG experiments

This commit is contained in:
Philippe Teuwen 2020-05-28 02:13:21 +02:00
parent 62ce1cdf13
commit a503dfcd98
34 changed files with 8106 additions and 15 deletions

7
client/lib/example_py/test.py Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env python3
import pm3
p=pm3.open("/dev/ttyACM0")
pm3.console(p, "hw status")
pm3.close(p)