File tree Expand file tree Collapse file tree 7 files changed +72
-5
lines changed Expand file tree Collapse file tree 7 files changed +72
-5
lines changed Original file line number Diff line number Diff line change 1
1
##########
2
2
Deep Sleep
3
3
##########
4
+
5
+ About
6
+ -----
7
+
8
+ .. note :: This is a work in progress project and this section is still missing.
9
+
10
+ Examples
11
+ --------
12
+
13
+ To get started with Hall sensor, you can try:
14
+
15
+ ExternalWakeUp
16
+ **************
17
+
18
+ .. literalinclude :: ../../../libraries/ESP32/examples/DeepSleep/ExternalWakeUp/ExternalWakeUp.ino
19
+ :language: arduino
20
+
21
+ Timer Wake Up
22
+ *************
23
+
24
+ .. literalinclude :: ../../../libraries/ESP32/examples/DeepSleep/TimerWakeUp/TimerWakeUp.ino
25
+ :language: arduino
Original file line number Diff line number Diff line change 5
5
ESP-NOW is a fast, connectionless communication technology featuring a short packet transmission.
6
6
ESP-NOW is ideal for smart lights, remote control devices, sensors and other applications.
7
7
8
- Example
9
- -------
8
+ Examples
9
+ --------
10
+
11
+ ESP-NOW Master
12
+ **************
13
+
14
+ .. literalinclude :: ../../../libraries/ESP32/examples/ESPNow/Basic/Master/Master.ino
15
+ :language: arduino
16
+
17
+ ESP-NOW Slave
18
+ *************
19
+
20
+ .. literalinclude :: ../../../libraries/ESP32/examples/ESPNow/Basic/Slave/Slave.ino
21
+ :language: arduino
10
22
11
23
Resources
12
24
---------
Original file line number Diff line number Diff line change 10
10
Example
11
11
-------
12
12
13
+ To get started with Hall sensor, you can try:
14
+
15
+ Hall Sensor
16
+ ***********
17
+
13
18
.. literalinclude :: ../../../libraries/ESP32/examples/HallSensor/HallSensor.ino
14
19
:language: arduino
Original file line number Diff line number Diff line change 1
1
############
2
2
Reset Reason
3
3
############
4
+
5
+ About
6
+ -----
7
+
8
+ .. note :: This is a work in progress project and this section is still missing.
9
+
10
+ Example
11
+ -------
12
+
13
+ To get started with Reset Reason, you can try:
14
+
15
+ Reset Reason
16
+ ************
17
+
18
+ .. literalinclude :: ../../../libraries/ESP32/examples/ResetReason/ResetReason.ino
19
+ :language: arduino
Original file line number Diff line number Diff line change 7
7
8
8
.. note :: This is a work in progress project and this section is still missing.
9
9
10
+ Remote Control Transceiver (RMT) peripheral was designed to act as an infrared transceiver.
11
+
10
12
Example
11
13
-------
12
14
15
+ To get started with RMT, you can try:
16
+
13
17
RMT Write Neo Pixel
14
18
*******************
15
19
Original file line number Diff line number Diff line change 10
10
Example
11
11
-------
12
12
13
+ To get started with SD_MMC, you can try:
14
+
13
15
SDMMC Test
14
16
**********
15
17
Original file line number Diff line number Diff line change @@ -14,7 +14,13 @@ Arduino API Reference
14
14
15
15
`SPI Description <https://docs.arduino.cc/learn/communication/spi >`_
16
16
17
- Examples
18
- --------
17
+ Example
18
+ -------
19
19
20
- Complete list of `SPI examples <https://github.com/espressif/arduino-esp32/tree/master/libraries/SPI/examples >`_.
20
+ To get started with SPI, you can try:
21
+
22
+ SPI Multiple Buses
23
+ ******************
24
+
25
+ .. literalinclude :: ../../../libraries/SPI/examples/SPI_Multiple_Buses/SPI_Multiple_Buses.ino
26
+ :language: arduino
You can’t perform that action at this time.
0 commit comments