Skip to content

Commit 595f861

Browse files
ricksorensendpgeorge
authored andcommitted
docs/esp32/quickref: Add note about different ESP32 varieties.
Signed-off-by: Rick Sorensen <rick.sorensen@gmail.com>
1 parent be1ecb5 commit 595f861

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/esp32/quickref.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ working with this board it may be useful to get an overview of the microcontroll
1818
general.rst
1919
tutorial/index.rst
2020

21+
Note that there are several varieties of ESP32 -- ESP32, ESP32C3, ESP32S2, ESP32S3 --
22+
supported by MicroPython, with some differences in functionality between them.
23+
2124
Installing MicroPython
2225
----------------------
2326

@@ -58,7 +61,7 @@ The :mod:`esp32` module::
5861
import esp32
5962

6063
esp32.raw_temperature() # read the internal temperature of the MCU, in Fahrenheit
61-
esp32.ULP() # access to the Ultra-Low-Power Co-processor
64+
esp32.ULP() # access to the Ultra-Low-Power Co-processor, not on ESP32C3
6265

6366
Note that the temperature sensor in the ESP32 will typically read higher than
6467
ambient due to the IC getting warm while it runs. This effect can be minimised

0 commit comments

Comments
 (0)