From: krzychb Date: Sat, 19 May 2018 15:45:40 +0000 (+0200) Subject: Provided links to 'Touch Sensor Application Note' and 'Guide for ESP32-Sense Developm... X-Git-Tag: v3.1-beta1~97^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42b1ec76b72fded4f7cd3631f3e5dce05abc38b8;p=esp-idf Provided links to 'Touch Sensor Application Note' and 'Guide for ESP32-Sense Development Kit' --- diff --git a/docs/_static/esp-wrover-kit-v3-jp11-tx-rx.png b/docs/_static/esp-wrover-kit-v3-jp11-tx-rx.png index 39c1c54c2f..4411642e4b 100644 Binary files a/docs/_static/esp-wrover-kit-v3-jp11-tx-rx.png and b/docs/_static/esp-wrover-kit-v3-jp11-tx-rx.png differ diff --git a/docs/_static/esp-wrover-kit-v3-jp14.png b/docs/_static/esp-wrover-kit-v3-jp14.png index 68f7ae07aa..921e298b5d 100644 Binary files a/docs/_static/esp-wrover-kit-v3-jp14.png and b/docs/_static/esp-wrover-kit-v3-jp14.png differ diff --git a/docs/_static/esp-wrover-kit-v3-jp7-ext_5v.png b/docs/_static/esp-wrover-kit-v3-jp7-ext_5v.png index 10d41f8daa..c21f12b6c8 100644 Binary files a/docs/_static/esp-wrover-kit-v3-jp7-ext_5v.png and b/docs/_static/esp-wrover-kit-v3-jp7-ext_5v.png differ diff --git a/docs/_static/esp-wrover-kit-v3-jp7-usb_5v.png b/docs/_static/esp-wrover-kit-v3-jp7-usb_5v.png index efe66d9789..579870c73d 100644 Binary files a/docs/_static/esp-wrover-kit-v3-jp7-usb_5v.png and b/docs/_static/esp-wrover-kit-v3-jp7-usb_5v.png differ diff --git a/docs/_static/esp-wrover-kit-v3-jp8.png b/docs/_static/esp-wrover-kit-v3-jp8.png index 6372bc9778..3465f79ac3 100644 Binary files a/docs/_static/esp-wrover-kit-v3-jp8.png and b/docs/_static/esp-wrover-kit-v3-jp8.png differ diff --git a/docs/en/api-reference/peripherals/touch_pad.rst b/docs/en/api-reference/peripherals/touch_pad.rst index 9d407bb56a..daf15c46f3 100644 --- a/docs/en/api-reference/peripherals/touch_pad.rst +++ b/docs/en/api-reference/peripherals/touch_pad.rst @@ -10,6 +10,8 @@ ESP32 can provide up to 10 capacitive touch pads / GPIOs. The sensing pads can b Design, operation and control registers of touch sensor are discussed in `ESP32 Technical Reference Manual `_ (PDF). Please refer to it for additional details how this subsystem works. +In depth details of design of touch sensors and firmware development guidelines for the ESP32 are available in `Touch Sensor Application Note `_. If you would like to test touch sensors in various configurations without building them on your own, check `Guide for ESP32-Sense Development Kit `_. + Functionality Overview ----------------------