mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Implemented 'hw status' and 'hw ping', put back client-side cacheing of 'hw version'
This commit is contained in:
parent
85f011a550
commit
e2012d1bd3
11 changed files with 96 additions and 19 deletions
|
@ -56,4 +56,8 @@ void LFSetupFPGAForADC(int divisor, bool lf_field);
|
|||
void setSamplingConfig(sample_config *sc);
|
||||
|
||||
sample_config * getSamplingConfig();
|
||||
|
||||
void printConfig();
|
||||
|
||||
|
||||
#endif // LFSAMPLING_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue