Skip to content

Commit 6b923c8

Browse files
authored
Trademark updates
1 parent 538c12b commit 6b923c8

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: UNO R4 Capacitive-Touch Tutorial.
2+
title: UNO R4 Capacitive-Touch Tutorial
33
difficulty: beginner
44
description: Learn to use the built-in capacitive sensing capabilities of the Arduino® UNO R4.
55
tags: [Arduino, Capacitive Sensing, UNO R4]
@@ -12,14 +12,14 @@ software:
1212
- web-editor
1313
---
1414

15-
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.
15+
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.
1616

1717
![Sensor Example](assets/Touch_Cover_001.gif)
1818

1919
## Required Hardware
2020
To use the library, you will need one of the compatible boards:
21-
- [Arduino® UNO R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi)
22-
- [Arduino® UNO R4 Minima](https://store.arduino.cc/products/uno-r4-minima)
21+
- [Arduino UNO R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi)
22+
- [Arduino UNO R4 Minima](https://store.arduino.cc/products/uno-r4-minima)
2323

2424
You will also need:
2525
- Wire
@@ -41,9 +41,9 @@ The UNO R4 features a Capacitive Touch Sensing Unit (CTSU) that allows you to us
4141

4242
### Compatible Pins
4343

44-
For both the UNO R4 WiFi® and Minima boards, the compatible pins for capacitive touch are listed in the [Arduino_CapacitiveTouch library documentation](https://github.com/arduino-libraries/Arduino_CapacitiveTouch?tab=readme-ov-file#compatible-pins).
44+
For both the UNO R4 WiFi and Minima boards, the compatible pins for capacitive touch are listed in the [Arduino_CapacitiveTouch library documentation](https://github.com/arduino-libraries/Arduino_CapacitiveTouch?tab=readme-ov-file#compatible-pins).
4545

46-
**Arduino® UNO-R4 Minima:**
46+
**Arduino UNO R4 Minima:**
4747

4848
| Arduino Pin | Touch Sensor Channel (TS#) | Channel Control Index (CHAC idx) | Channel Control Bit Mask (CHAC val) |
4949
|--------------|----------------------------|----------------------------------|-------------------------------------|
@@ -59,7 +59,7 @@ For both the UNO R4 WiFi® and Minima boards, the compatible pins for capacitive
5959
| A2 (D16) | 22 | 2 | (1 << 6) |
6060
| LOVE_BUTTON | 0 | 0 | (1 << 0) |
6161

62-
**Arduino® UNO-R4 WiFi®:**
62+
**Arduino UNO R4 WiFi:**
6363

6464
| Arduino Pin | Touch Sensor Channel (TS#) | Channel Control Index (CHAC idx) | Channel Control Bit Mask (CHAC val) |
6565
|--------------|----------------------------|----------------------------------|-------------------------------------|
@@ -147,4 +147,4 @@ Now that you have learned the basics, here are some fun and interesting project
147147

148148
## Conclusion
149149

150-
Capacitive sensing on the Arduino UNO R4 lets you add intuitive touch controls with minimal hardware. Simply pair the board with the `Arduino_CapacitiveTouch` library. Tune the detection threshold for your environment (such as humidity and nearby electronics), and you can quickly scale from a single-touch button to richer, multi-point interfaces.
150+
Capacitive sensing on the Arduino UNO R4 lets you add intuitive touch controls with minimal hardware. Simply pair the board with the `Arduino_CapacitiveTouch` library. Tune the detection threshold for your environment (such as humidity and nearby electronics), and you can quickly scale from a single-touch button to richer, multi-point interfaces.

0 commit comments

Comments
 (0)