X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a5b1ba202384e19b4191c04a45a6992bdaf97cb8..a7247d858b195bd21eeba6d65a882323ad71d030:/include/usb_cmd.h diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 54c6f32b..5ff2f260 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -52,6 +52,8 @@ typedef struct { #define CMD_HID_SIM_TAG 0x020C #define CMD_SET_LF_DIVISOR 0x020D #define CMD_LF_SIMULATE_BIDIR 0x020E +#define CMD_SET_ADC_MUX 0x020F +/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */ // For the 13.56 MHz tags #define CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 0x0300 @@ -67,6 +69,7 @@ typedef struct { #define CMD_SIMULATE_TAG_ISO_14443a 0x0384 #define CMD_READER_ISO_14443a 0x0385 #define CMD_SIMULATE_MIFARE_CARD 0x0386 +#define CMD_SIMULATE_TAG_LEGIC_RF 0x387 // For measurements of the antenna tuning #define CMD_MEASURE_ANTENNA_TUNING 0x0400