├── PCB └── PCB.fzz ├── README.md ├── code ├── Int64String.cpp ├── Int64String.h ├── LiquidCrystal_I2C.cpp ├── LiquidCrystal_I2C.h ├── RDM6300.cpp ├── RDM6300.h └── code.ino └── scheme.png /PCB/PCB.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/PCB/PCB.fzz -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/README.md -------------------------------------------------------------------------------- /code/Int64String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/code/Int64String.cpp -------------------------------------------------------------------------------- /code/Int64String.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/code/Int64String.h -------------------------------------------------------------------------------- /code/LiquidCrystal_I2C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/code/LiquidCrystal_I2C.cpp -------------------------------------------------------------------------------- /code/LiquidCrystal_I2C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/code/LiquidCrystal_I2C.h -------------------------------------------------------------------------------- /code/RDM6300.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/code/RDM6300.cpp -------------------------------------------------------------------------------- /code/RDM6300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/code/RDM6300.h -------------------------------------------------------------------------------- /code/code.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/code/code.ino -------------------------------------------------------------------------------- /scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zosko/arduinoRFID/HEAD/scheme.png --------------------------------------------------------------------------------