Example code to configure PAL 3A, 4A, 4, MIFARE and SLI15693 to work in software mode.
More...
Example code to configure PAL 3A, 4A, 4, MIFARE and SLI15693 to work in software mode.
- HAL Initialization for contactless interface only refer
#define CHECK_SUCCESS(x) \
if ( (x) != PH_ERR_SUCCESS ) \
{ \
printf ( "\n\n" ); \
printf ( "An error occurred: (0x%04X)\n", (x) ); \
printf ( "Pressing any key will exit the demo.\n" ); \
_getch (); \
return 0; \
}
CHECK_SUCCESS ( wStatus );
CHECK_SUCCESS ( wStatus );
CHECK_SUCCESS ( wStatus );
CHECK_SUCCESS ( wStatus );
CHECK_SUCCESS ( wStatus );