第一次提交

This commit is contained in:
2026-04-09 10:14:20 +08:00
commit e325a77b42
584 changed files with 279711 additions and 0 deletions

14
Bsp/bsp_mos.c Normal file
View File

@@ -0,0 +1,14 @@
#include "bsp_mos.h"
#include "74hc595.h"
void mos_init(void)
{
ic_74hc595_init();
}
void mos_set(mos_union mos_data)
{
ic_74hc595_wirte_32bit(mos_data.mos);
}