* Update sigmadelta docs * minor docs updates * Added migration guide to docs * Update Introduction to migration guide * update formatting * fix typo * Add BLE breaking changes * Apply changes from code review by @lucasssvaz Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br> * uart migration * added RMT and UART + links fix * fix renamed BLE examples * Apply suggestions from code review by @lucasssvaz Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br> * Change UART driver changes to HardwareSerial changes * update sigmadelta * BLE and examples update + rename --------- Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
23 lines
738 B
ReStructuredText
23 lines
738 B
ReStructuredText
#############################################
|
|
Welcome to ESP32 Arduino Core's documentation
|
|
#############################################
|
|
|
|
Here you will find all the relevant information about the project.
|
|
|
|
.. note::
|
|
This is a work in progress documentation and we will appreciate your help! We are looking for contributors!
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Contents:
|
|
|
|
Getting Started <getting_started>
|
|
Libraries <libraries>
|
|
Guides <guides/guides>
|
|
Tutorials <tutorials/tutorials>
|
|
Advanced Utilities <advanced_utils>
|
|
Migration Guides <migration_guides/migration_guides>
|
|
FAQ <faq>
|
|
Troubleshooting <troubleshooting>
|
|
Contributing <contributing>
|
|
External Libraries Testing <external_libraries_test>
|