]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/comms.h
Add raw HF signal plotting (#786)
[proxmark3-svn] / client / comms.h
index 689811658429a4503c614a5cfcfe01eb5bbc4409..65294695bf500a95a2ec2602ccb1b6585adf472e 100644 (file)
@@ -35,5 +35,6 @@ bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeo
 bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
 bool WaitForResponse(uint32_t cmd, UsbCommand* response);
 bool GetFromBigBuf(uint8_t *dest, int bytes, int start_index, UsbCommand *response, size_t ms_timeout, bool show_warning);
+bool GetFromFpgaRAM(uint8_t *dest, int bytes);
 
 #endif // COMMS_H_
Impressum, Datenschutz