]> granicus.if.org Git - esp-idf/commitdiff
Provided links to 'Touch Sensor Application Note' and 'Guide for ESP32-Sense Developm...
authorkrzychb <krzychb@gazeta.pl>
Sat, 19 May 2018 15:45:40 +0000 (17:45 +0200)
committerkrzychb <krzychb@gazeta.pl>
Mon, 21 May 2018 17:29:36 +0000 (19:29 +0200)
docs/_static/esp-wrover-kit-v3-jp11-tx-rx.png
docs/_static/esp-wrover-kit-v3-jp14.png
docs/_static/esp-wrover-kit-v3-jp7-ext_5v.png
docs/_static/esp-wrover-kit-v3-jp7-usb_5v.png
docs/_static/esp-wrover-kit-v3-jp8.png
docs/en/api-reference/peripherals/touch_pad.rst

index 39c1c54c2fe32cb425cf1f5d2f5008e7901f6fd2..4411642e4bf488af8595d641bed6d96fd1e4684f 100644 (file)
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
index 68f7ae07aab0e7f23a06259bc317ac6f8b2124b4..921e298b5d2399be51ae770c7138172d2eb1c814 100644 (file)
Binary files a/docs/_static/esp-wrover-kit-v3-jp14.png and b/docs/_static/esp-wrover-kit-v3-jp14.png differ
index 10d41f8daa8f51bf3cb43f99502a8402f0932d83..c21f12b6c8439992e3be4074a8771926f339615d 100644 (file)
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
index efe66d9789eb238506e95a5332844d82d65a56f1..579870c73d328d7e2951d748624abc3907696304 100644 (file)
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
index 6372bc9778ce035d009205da64b6a3d817498428..3465f79ac37ab286c56411863394804ddf720d10 100644 (file)
Binary files a/docs/_static/esp-wrover-kit-v3-jp8.png and b/docs/_static/esp-wrover-kit-v3-jp8.png differ
index 9d407bb56a6bdbb263c93a67eaa7618ccf5a2825..daf15c46f3c637a8365ea67318e176d5139f6d4d 100644 (file)
@@ -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 <https://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf>`_ (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 <https://github.com/espressif/esp-iot-solution/blob/master/documents/touch_pad_solution/touch_sensor_design_en.md>`_. If you would like to test touch sensors in various configurations without building them on your own, check `Guide for ESP32-Sense Development Kit <https://github.com/espressif/esp-iot-solution/blob/master/documents/evaluation_boards/esp32_sense_kit_guide_en.md>`_. 
+
 
 Functionality Overview
 ----------------------