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
Diff: Card.h
- Revision:
- 0:a5d3db2f2625
diff -r 000000000000 -r a5d3db2f2625 Card.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Card.h Tue Aug 21 11:18:56 2018 +0000 @@ -0,0 +1,15 @@ + +#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 \ No newline at end of file
