mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
ADD: beginning to add SPI to access flash memory.
This commit is contained in:
parent
85b2533435
commit
ad73af95c2
4 changed files with 28 additions and 1 deletions
|
@ -59,8 +59,10 @@
|
|||
#define SETBIT(x, y) (y) ? (HIGH(x)):(LOW(x))
|
||||
#define INVBIT(x) SETBIT((x), !(GETBIT(x)))
|
||||
|
||||
// Setup for SPI current modes
|
||||
#define SPI_FPGA_MODE 0
|
||||
#define SPI_LCD_MODE 1
|
||||
#define SPI_MEM_MODE 2
|
||||
|
||||
#ifndef COTAG_BITS
|
||||
#define COTAG_BITS 264
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue