Skip to content

Commit 1d1c270

Browse files
committed
Migrated to Arduino library format v2.
1 parent 28a1e7e commit 1d1c270

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=RfidDb
2+
version=1.0.0
3+
author=Greg Tan <greg@gregtan.com>
4+
maintainer=Greg Tan <greg@gregtan.com>
5+
sentence=A library that stores 32 bit identifiers and associated names to EEPROM which can be used to as a basis for RFID access control applications.
6+
paragraph=Entries can be added, edited and removed from the database and identifiers can be checked for existence in the database. Checks can be performed using the full identifier (for Wiegand 36 readers) or the low 24 bits (for Wiegand 24 readers).
7+
category=Data Storage
8+
url=https://github.com/gregington/RfidDb
9+
architectures=*
10+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)