This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/MCU_REAL_FINAL/button.h

8 lines
153 B
C

#ifndef _BUTTON_H_
#define _BUTTON_H_
enum OPR {left,right,confirm,idle};
enum GS {__idle,start,good,over};
enum MGS {_idle,mstart,mgood,mover};
#endif