Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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