diff options
| author | Mike Causer <mcauser@gmail.com> | 2021-04-30 16:53:36 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-05-04 22:58:00 +1000 |
| commit | 31ac410a4fbf18b38b6f4557045959140026680e (patch) | |
| tree | af61c304a48aa064205c185e5043e80ac5543f45 /docs/esp32/quickref.rst | |
| parent | 6e776a671061130d86a300fcd72173d9b93f521a (diff) | |
docs: Fix some spelling mistakes.
Diffstat (limited to 'docs/esp32/quickref.rst')
| -rw-r--r-- | docs/esp32/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst index 30c9b3b95..c29688f00 100644 --- a/docs/esp32/quickref.rst +++ b/docs/esp32/quickref.rst @@ -58,7 +58,7 @@ The :mod:`esp32` module:: import esp32 esp32.hall_sensor() # read the internal hall sensor - esp32.raw_temperature() # read the internal temperature of the MCU, in Farenheit + esp32.raw_temperature() # read the internal temperature of the MCU, in Fahrenheit esp32.ULP() # access to the Ultra-Low-Power Co-processor Note that the temperature sensor in the ESP32 will typically read higher than |
