#ifndef __LED_H #define __LED_H #include "sys.h" #define LED0 PBout(12) void LED_Init(void); void ledloop(void); #endif