This commit is contained in:
2025-06-18 09:08:17 +08:00
commit 7999439a8f
363 changed files with 313769 additions and 0 deletions

10
USER/led.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef __LED_H
#define __LED_H
#include "sys.h"
#define LED0 PBout(12)
void LED_Init(void);
void ledloop(void);
#endif