Skip to content

Commit 5ae0e30

Browse files
Update content/hardware/02.hero/boards/uno-r4-wifi/tutorials/touch/content.md
Co-authored-by: TaddyHC <[email protected]>
1 parent f108b33 commit 5ae0e30

File tree

1 file changed

+7
-0
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/touch

1 file changed

+7
-0
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/touch/content.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
---
22
title: Uno R4 Capacitive-Touch Tutorial.
3+
difficulty: beginner
34
description: Learn to use the built-in capacitive sensing capabilities of the Arduino® Uno R4.
45
tags: [Arduino, Capacitive Sensing, Uno R4]
56
author: Pedro Lima
7+
hardware:
8+
- hardware/02.hero/boards/uno-r4-wifi
9+
- hardware/02.hero/boards/uno-r4-minima
10+
software:
11+
- ide-v2
12+
- web-editor
613
---
714

815
Capacitive sensing is a technology that detects changes in capacitance to determine the presence or absence of a conductive object, such as a human finger. This principle is widely used in touch-sensitive devices. The Arduino® Uno R4, both the [WiFi](https://store.arduino.cc/products/arduino-uno-r4-wifi) and [Minima](https://store.arduino.cc/products/arduino-uno-r4-minima) versions, come equipped with built-in capacitive sensing capabilities, making it easier to integrate touch inputs into your projects.

0 commit comments

Comments
 (0)