2025-04-23 19:32:38 +08:00
2024-05-15 23:29:00 +08:00
2025-04-19 13:49:56 +08:00
2025-04-19 11:27:47 +08:00
2025-04-23 19:32:38 +08:00
2024-05-16 01:09:36 +08:00
2025-04-19 13:49:56 +08:00
2024-05-15 23:29:00 +08:00
2024-06-03 23:51:39 +08:00
2025-04-23 19:32:38 +08:00
2025-04-07 22:43:28 +08:00

DShanMCU-Yat_ESP32

UART2

  • TX: GPIO17
  • RX: GPIO16
  • RTS: SD_D0 GPIO07
  • CTS: SD_D1 GPIO08
idf.py add-dependency esp-modbus

How to use example

We encourage the users to use the example as a template for the new projects. A recommended way is to follow the instructions on a docs page.

Example folder contents

The project sample_project contains one source file in C language main.c. The file is located in folder main.

ESP-IDF projects are built using CMake. The project build configuration is contained in CMakeLists.txt files that provide set of directives and instructions describing the project's source files and targets (executable, library, or both).

Below is short explanation of remaining files in the project folder.

├── CMakeLists.txt
├── main
│   ├── CMakeLists.txt
│   └── main.c
└── README.md                  This is the file you are currently reading

Additionally, the sample project contains Makefile and component.mk files, used for the legacy Make based build system. They are not used or needed when building with CMake and idf.py.

Description
No description provided
Readme 110 KiB
Languages
C 62.9%
C++ 34%
Dockerfile 1.6%
CMake 1.5%