#include "iodefine.h"
#ifndef _HW_SETUP_H_
	#define _HW_SETUP_H_ 1
#endif

void HardwareSetup(void);
void set_LED_R(int on);
void set_LED_G(int on);
int get_sw1(void);