Nextion TFT LCD Card Display

Dependencies:   MFRC522 NextionLCD

Fork of ProjectCardDisplay by Shivanand Gowda

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Card.h Source File

Card.h

00001 
00002 #ifndef MBED_CARD_H
00003 #define MBED_CARD_H
00004 #include "mbed.h"
00005 
00006 
00007 void MIFARE_Init(void);
00008 void Read_Card_Details(char *CARD_UID);
00009 void getHexa(char checkSum, char *str);
00010 
00011 
00012 
00013 
00014 
00015 #endif