Skip to content

Commit edc457a

Browse files
authored
Create README.md
1 parent b1ab70a commit edc457a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Tasmota Arduino core for the ESP32, ESP32-S2, ESP32-S3 and ESP32-C3
2+
3+
4+
### [![GitHub Releases](https://img.shields.io/github/downloads/tasmota/arduino-esp32/total?label=downloads)](https://github.com/tasmota/arduino-esp32/releases/latest)
5+
6+
### Documentation
7+
8+
You can use the [Arduino-ESP32 Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/) to get all information about this project.
9+
10+
* [Getting Started](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html)
11+
* [Installing (Windows, Linux and macOS)](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
12+
* [Libraries](https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html)
13+
* [Arduino as an ESP-IDF component](https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html)
14+
* [FAQ](https://docs.espressif.com/projects/arduino-esp32/en/latest/faq.html)
15+
* [Troubleshooting](https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html)
16+
17+
### Supported Chips
18+
19+
Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s) documentation to see the list of current supported ESP32 SoCs.
20+
21+
### Decoding exceptions
22+
23+
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.

0 commit comments

Comments
 (0)