Cypress Semiconductor NoBL CY7C1472V33 Guía de usuario Pagina 29

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 57
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 28
ZestSC1 User Guide
CONFIDENTIAL Page 29 of 57
unsigned long NumCards;
unsigned long *CardIDs;
/* Get the number of cards in the system */
ZestSC1CountCards(&NumCards, NULL, NULL, NULL);
/* Allocate a buffer to receive the card IDs */
CardIDs = malloc(sizeof(unsigned long) * NumCards);
/* Fill in the buffer with the card IDs */
ZestSC1CountCards(&NumCards, CardIDs, NULL, NULL);
Vista de pagina 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 56 57

Comentarios a estos manuales

Sin comentarios