mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
#defines for ADC channels so we can see what's what
This commit is contained in:
parent
1de3416e5a
commit
846225d575
2 changed files with 6 additions and 4 deletions
|
@ -381,6 +381,8 @@
|
|||
#define ADC_END_OF_RX_BUFFER (1<<18)
|
||||
#define ADC_RX_BUFFER_FULL (1<<19)
|
||||
|
||||
#define ADC_CHAN_LF 4
|
||||
#define ADC_CHAN_HF 5
|
||||
//-------------
|
||||
// Synchronous Serial Controller
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue