野路子学习esp32 新建一个应用@a.宏万
Posted @a.宏万
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了野路子学习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!\\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.宏万的主要内容,如果未能解决你的问题,请参考以下文章
野路子学习esp32(十七)ESP32-MicroPython OLED AND DHT11 @a.宏万