How to compare rfid code number with code number in a list on sd card

how to compare rfid code number with code number in a list on sd card

in a for loop going through the list,

  • using == if your ID is represented by a 1,2,4,8 byte integer
  • using memcmp() if it's a different size

do yourself a favour and please read How to get the best out of this forum ➜ providing more context would definitely not hurt

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.