proxmark3/client/client_with_swig/testembedded.py
Philippe Teuwen 47ba4acd02 SWIG %extend
2020-06-14 21:35:23 +02:00

6 lines
104 B
Python
Executable file

#!/usr/bin/env python3
import pm3
p=pm3.device()
p.console("hw status")
print("Device:", p.get_name())