zoukankan      html  css  js  c++  java
  • 野路子学习esp32(七) 新建一个应用@a.宏万

    选择菜单 新建一个项目

     

    #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!
    ");
    }

    #
    # "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

     

    运行效果

  • 相关阅读:
    C博客作业--指针
    AI与PS
    Swagger介绍
    仪表板的应用
    弹窗使用
    产品经理
    原型设计
    关于标签的使用意义
    微服务架构
    hive建表导入数据
  • 原文地址:https://www.cnblogs.com/hongwans/p/9093583.html
Copyright © 2011-2022 走看看