mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: adapting some HF voltage readings.
This commit is contained in:
parent
3d2fd2e3a1
commit
75d04307a1
3 changed files with 20 additions and 3 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
#define ADC_CHAN_LF 4
|
||||
#define ADC_CHAN_HF 5
|
||||
#define ADC_CHAN_HF_RDV40 7
|
||||
#define ADC_MODE_PRESCALE(x) ((x) << 8)
|
||||
#define ADC_MODE_STARTUP_TIME(x) ((x) << 16)
|
||||
#define ADC_MODE_SAMPLE_HOLD_TIME(x) ((x) << 24)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue