mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
16 lines
260 B
C
16 lines
260 B
C
/*
|
|
* Copyright 2021 MindMotion Microelectronics Co., Ltd.
|
|
* All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef __PIN_INIT_H__
|
|
#define __PIN_INIT_H__
|
|
|
|
#include "hal_common.h"
|
|
|
|
void BOARD_InitPins(void);
|
|
|
|
#endif /* __PIN_INIT_H__ */
|