This repository has been archived on 2026-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
hero/PTZ/Core/Inc/RefereeSystem.h
2025-11-27 20:08:38 +08:00

9 lines
207 B
C

#ifndef __RefereeSystem_H
#define __RefereeSystem_H
#include "main.h"
extern uint8_t RefereeSystem_Status;
extern uint8_t RefereeSystem_ShooterStatus;
extern uint8_t RefereeSystem_ShooterOpenFlag;
#endif