repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added more keys (@equipter)
[RRG-proxmark3.git]
/
client
/
experimental_client_with_swig
/
testembedded.py
blob
12ae8b7419b3affa6e9cd9b9d747ce8dce6b533f
1
#!/usr/bin/env python3
2
3
import
pm3
4
p
=
pm3
.
pm3
()
5
p
.
console
(
"hw status"
)
6
print
(
"Device:"
,
p
.
name
)