Internet of Things Projects with ESP32
上QQ阅读APP看书,第一时间看更新

Creating a project

To simplify our weather monitoring system project, we will copy the previous project named lcddemo and create a project called weather. Our main program is weather.c on the main folder. You can see a project structure shown in figure 2-16:

Figure 2-16: Project structure for the weather system

Now, let's move on to hardware wiring.