Skip to content

Commit f4cbee2

Browse files
authored
[FL-3592] Nfc Magic rework (#67)
1 parent 73bc6e4 commit f4cbee2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2709
-1994
lines changed

nfc_magic/assets/Nfc_10px.png

304 Bytes
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#pragma once
2+
3+
typedef enum {
4+
// Reserve first 100 events for button types and indexes, starting from 0
5+
NfcMagicCustomEventReserved = 100,
6+
7+
NfcMagicCustomEventViewExit,
8+
9+
NfcMagicCustomEventCardDetected,
10+
NfcMagicCustomEventCardLost,
11+
NfcMagicCustomEventWorkerSuccess,
12+
NfcMagicCustomEventWorkerFail,
13+
14+
} NfcMagicCustomEvent;

nfc_magic/lib/magic/classic_gen1.c

Lines changed: 0 additions & 145 deletions
This file was deleted.

nfc_magic/lib/magic/classic_gen1.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

nfc_magic/lib/magic/common.c

Lines changed: 0 additions & 33 deletions
This file was deleted.

nfc_magic/lib/magic/common.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)