第一次提交
This commit is contained in:
14
Bsp/bsp_mos.c
Normal file
14
Bsp/bsp_mos.c
Normal 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user