]> granicus.if.org Git - esp-idf/commit
- examples: add 'Capacitive touch sensor read' example
authorKrzysztof <krzychb@gazeta.pl>
Sun, 26 Feb 2017 07:45:50 +0000 (08:45 +0100)
committerKrzysztof <krzychb@gazeta.pl>
Mon, 6 Mar 2017 20:25:54 +0000 (21:25 +0100)
commit41890f15b98fd5050abb3a804194474d571aee42
tree7155fc209d74fe242ad8586532cf9800361101f6
parent13dfb5568dcc30aa43363c49f7a4505d04036424
- examples: add 'Capacitive touch sensor read' example
- examples: add 'Capacitive touch sensor interrupts' example
- Code review comments implemented
- use only one image
- add external picture of ESP32 Demo Board V2
examples/peripherals/touch_pad_interrupt/Makefile [new file with mode: 0644]
examples/peripherals/touch_pad_interrupt/README.md [new file with mode: 0644]
examples/peripherals/touch_pad_interrupt/main/component.mk [new file with mode: 0644]
examples/peripherals/touch_pad_interrupt/main/tp_interrupt_main.c [new file with mode: 0644]
examples/peripherals/touch_pad_read/Makefile [new file with mode: 0644]
examples/peripherals/touch_pad_read/README.md [new file with mode: 0644]
examples/peripherals/touch_pad_read/main/component.mk [new file with mode: 0644]
examples/peripherals/touch_pad_read/main/tp_read_main.c [new file with mode: 0644]