首页 > 其他 > 详细

野路子学习esp32(七) 新建一个应用@a.宏万

时间:2018-05-26 17:34:59      阅读:276      评论:0      收藏:0      [点我收藏+]

选择菜单 新建一个项目

技术分享图片

 

技术分享图片

 

技术分享图片

 

技术分享图片

 

 技术分享图片

#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "esp_spi_flash.h"


void app_main()
{
    printf("Hello world!\n");
}

 

技术分享图片

 

#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding include to include path.)

 

技术分享图片

 

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_NAME := hello

include $(IDF_PATH)/make/project.mk

 技术分享图片

 

野路子学习esp32(七) 新建一个应用@a.宏万

原文:https://www.cnblogs.com/hongwans/p/9093583.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!