From de59232635ac1a3e6c8aa68af1eb402da3c06d56 Mon Sep 17 00:00:00 2001 From: TANAKA Masayuki Date: Tue, 16 Jan 2024 18:59:19 +0900 Subject: [PATCH] fix(doc): Delete the hall sensor of ESP32 https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html?highlight=Hall#hall-sensor --- docs/en/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/libraries.rst b/docs/en/libraries.rst index 8c5357150a3..37dfad0411b 100644 --- a/docs/en/libraries.rst +++ b/docs/en/libraries.rst @@ -24,7 +24,7 @@ Currently, the Arduino ESP32 supports the following peripherals with Arduino API +---------------+---------------+---------------+---------------+---------------+-----+------------------------+ | GPIO | Yes | Yes | Yes | Yes | | | +---------------+---------------+---------------+---------------+---------------+-----+------------------------+ -| Hall Sensor | Yes | Not Supported | Not Supported | Not Supported | | | +| Hall Sensor | Not Supported | Not Supported | Not Supported | Not Supported | | | +---------------+---------------+---------------+---------------+---------------+-----+------------------------+ | I2C | Yes | Yes | Yes | Yes | | | +---------------+---------------+---------------+---------------+---------------+-----+------------------------+