16 lines
175 B
C
16 lines
175 B
C
/*
|
|
* rc522.h
|
|
*
|
|
* Created on:
|
|
* Author:
|
|
*/
|
|
|
|
#ifndef MAIN_WIEGAND_H_
|
|
#define MAIN_WIEGAND_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
void initWiegand();
|
|
|
|
#endif /* MAIN_WIEGAND_H_ */
|