Refactor rfid component to auth

This commit is contained in:
2025-06-07 22:40:43 +01:00
parent cdc55ee678
commit eae5ce241d
11 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
/*
* rc522.h
*
* Created on:
* Author:
*/
#ifndef MAIN_WIEGAND_H_
#define MAIN_WIEGAND_H_
#include <stdio.h>
void initWiegand();
#endif /* MAIN_WIEGAND_H_ */