Skip to content

Commit

Permalink
[FL-3592] Nfc Magic rework (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gornekich authored Oct 28, 2023
1 parent 73bc6e4 commit f4cbee2
Show file tree
Hide file tree
Showing 54 changed files with 2,709 additions and 1,994 deletions.
Binary file added nfc_magic/assets/Nfc_10px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions nfc_magic/helpers/nfc_magic_custom_events.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#pragma once

typedef enum {
// Reserve first 100 events for button types and indexes, starting from 0
NfcMagicCustomEventReserved = 100,

NfcMagicCustomEventViewExit,

NfcMagicCustomEventCardDetected,
NfcMagicCustomEventCardLost,
NfcMagicCustomEventWorkerSuccess,
NfcMagicCustomEventWorkerFail,

} NfcMagicCustomEvent;
145 changes: 0 additions & 145 deletions nfc_magic/lib/magic/classic_gen1.c

This file was deleted.

11 changes: 0 additions & 11 deletions nfc_magic/lib/magic/classic_gen1.h

This file was deleted.

33 changes: 0 additions & 33 deletions nfc_magic/lib/magic/common.c

This file was deleted.

19 changes: 0 additions & 19 deletions nfc_magic/lib/magic/common.h

This file was deleted.

Loading

0 comments on commit f4cbee2

Please sign in to comment.