main.c~
来自「通过fastchip来实现LED硬件的连接」· C~ 代码 · 共 16 行
C~
16 行
/* $Id: //depot/software/SDK/Triscend/a7hal/examples/hello/main.c#4 $ *//* ********************************************************** * main.c * Copyright(C) 2001-2002 Triscend Corporation. All Rights Reserved. * This file is licensed under the terms of Triscend SDK License Agreement. ********************************************************** */#include <stdio.h>#include "main.h"int main( ){ printf( "Hello World!\n" );}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?