mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
applied theremin patch, adc values are summed, remember to divide when read
This commit is contained in:
parent
61f09d0ec4
commit
9189dc8563
6 changed files with 24 additions and 25 deletions
|
@ -30,7 +30,7 @@ void send_wtx(uint16_t wtx);
|
|||
void ReadMem(int addr);
|
||||
void __attribute__((noreturn)) AppMain(void);
|
||||
|
||||
uint16_t AvgAdc(int ch);
|
||||
uint16_t SumAdc(int ch, int NbSamples);
|
||||
|
||||
//void PrintToSendBuffer(void);
|
||||
void ToSendStuffBit(int b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue