zacharyweiss / magspoof_flipper

Port of Samy Kamkar's MagSpoof project (http://samy.pl/magspoof/) to the Flipper Zero. Enables wireless emulation of magstripe data, primarily over GPIO, with additional experimental internal TX.
https://lab.flipper.net/apps/magspoof
MIT License
515 stars 27 forks source link

GPIO Settings #10

Closed zacharyweiss closed 4 months ago

zacharyweiss commented 4 months ago

Resolves #8

Future work might include refactoring @hummusec's UART work, incl enabling/disabling, selecting USUART vs LPUART pins, and swapping RX & TX, like in the DAP LINK app. Would expand the settings scene and mag_state struct(s) if so.