WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
boards.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved.
3 * Description: WS63 evb board config
4 *
5 * Create: 2024-04-10
6 */
7#ifndef BOARD_H
8#define BOARD_H
9
10#include "platform_core_rom.h"
11
12#define BSP_LED_0 GPIO_01
13#define BSP_LED_1 GPIO_02
14#define BSP_LED_2 GPIO_03
15
16#endif