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/Mecanum Wheel moving project 1/Core/Inc/RefreeSystem.h
2025-11-27 20:08:38 +08:00

9 lines
160 B
C

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