This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LightTAM/include/rfid_handler.h
T

8 lines
117 B
C

#ifndef __RFID_HANDLER_H__
#define __RFIT_HANDLER_H__
#endif
// UART handler thread
void *uartListener(void *arg);