#include "main.h" int main() { Dip_Switch_Init(); while (1) { delay_ms(1000); Dip_Switch_Read(); } }