- Internet of Things Projects with ESP32
- Agus Kurniawan
- 104字
- 2021-06-24 16:02:51
Creating a project
In general, there is no project template for the ESP32 program with SDK. However, we can create a project with the project structure as shown in this screenshot:

A project structure
Each project has the following files:
- Makefile on your project root
- main folder
- Program file (*.c)
- component.mk file inside the main folder
In this demo, we create a project by creating a folder called blinking. Then, we create a Makefile file. We also create a main folder. Inside the main folder, we create the blinking.c and component.mk files.
We will write code for those files in the next section.
推薦閱讀
- INSTANT Wijmo Widgets How-to
- Intel FPGA/CPLD設(shè)計(jì)(高級篇)
- 數(shù)字邏輯(第3版)
- 電腦維護(hù)365問
- Large Scale Machine Learning with Python
- RISC-V處理器與片上系統(tǒng)設(shè)計(jì):基于FPGA與云平臺的實(shí)驗(yàn)教程
- LPC1100系列處理器原理及應(yīng)用
- 基于PROTEUS的電路設(shè)計(jì)、仿真與制板
- 單片機(jī)原理與技能訓(xùn)練
- Istio實(shí)戰(zhàn)指南
- 單片機(jī)項(xiàng)目設(shè)計(jì)教程
- Angular 6 by Example
- Learning Less.js
- 創(chuàng)客電子:Arduino和Raspberry Pi智能制作項(xiàng)目精選
- 詳解FPGA:人工智能時代的驅(qū)動引擎