mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-04 18:27:02 +02:00
Add deprecation notice for ESP32 Hall sensor (#3883)
This commit is contained in:
parent
a658adf409
commit
08a5bb6670
@ -11,6 +11,12 @@ The ``esp32_hall`` sensor platform allows you to use the integrated
|
||||
ESP32 chip to measure the magnitude and direction of magnetic field around the
|
||||
chip (with quite poor accuracy).
|
||||
|
||||
.. warning::
|
||||
|
||||
Espressif has `removed support <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/release-5.x/5.0/peripherals.html?highlight=hall_sensor_read#api-changes>`__
|
||||
for the ESP32's Hall sensor in IDF 5; for this reason, support for this component is
|
||||
likely to be removed in a future release.
|
||||
|
||||
Please make sure that nothing is connected to pins ``GPIO36`` and ``GPIO39`` if this
|
||||
component is enabled, as those pins are used for the internal low-noise amplifier used
|
||||
by the hall sensor.
|
||||
|
Loading…
Reference in New Issue
Block a user