mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
feat: first commit
This commit is contained in:
19
bootloader/BSP/KT6328/KT6328.h
Normal file
19
bootloader/BSP/KT6328/KT6328.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __KT6328_H__
|
||||
#define __KT6328_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "main.h"
|
||||
|
||||
void KT6328_GPIO_Init(void);
|
||||
void KT6328_Enable(void);
|
||||
void KT6328_Disable(void);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user