PSG14a emulator V1.00
PSG14a emulator for stating GTD350 engine
buttons.h
Go to the documentation of this file.
1
8#ifndef SOURCES_BL_INCLUDE_BUTTONS_H_
9#define SOURCES_BL_INCLUDE_BUTTONS_H_
10
14#define BUTTON_WAIT_MS 500
15
16#include "main_outputs.h"
20void Buttons_Reset(void);
26#endif
State_t Buttons_Get_State(void)
Definition buttons.c:47
void Buttons_Reset(void)
Definition buttons.c:41
Contains functions prototypes for controlling main outputs.
State_t
Definition main_outputs.h:14