Skip to content

Commit

Permalink
Merge pull request #66 from mgp25/proxgrind
Browse files Browse the repository at this point in the history
NTAG 215 Support + ChamTool update
  • Loading branch information
iceman1001 authored Aug 18, 2021
2 parents 6a2a976 + eb9e396 commit 90f04ac
Show file tree
Hide file tree
Showing 9 changed files with 505 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

.DS_Store
*.pyc
1 change: 1 addition & 0 deletions Firmware/Chameleon-Mini/Application/Application.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "TITagitstandard.h"
#include "Sniff14443A.h"
#include "EM4233.h"
#include "NTAG215.h"

/* Function wrappers */
INLINE void ApplicationInit(void) {
Expand Down
Loading

0 comments on commit 90f04ac

Please sign in to comment.