Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MFRC522 NextionLCD
Fork of ProjectCardDisplay by
Card.h
- Committer:
- shivanandgowdakr
- Date:
- 2018-08-21
- Revision:
- 0:a5d3db2f2625
File content as of revision 0:a5d3db2f2625:
#ifndef MBED_CARD_H
#define MBED_CARD_H
#include "mbed.h"
void MIFARE_Init(void);
void Read_Card_Details(char *CARD_UID);
void getHexa(char checkSum, char *str);
#endif
