Skip to content

Commit 84ce48f

Browse files
Apply suggestion from @TaddyHC
Co-authored-by: TaddyHC <[email protected]>
1 parent af36c52 commit 84ce48f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The **Arduino_CapacitiveTouch** library provides several functions to work with
8888
- **`void setThreshold(int threshold)`** Sets the detection threshold for touch sensitivity.
8989
- **`int getThreshold()`** Retrieves the current detection threshold.
9090

91-
For more detailed usage and examples, refer to the [CapacitiveSensor library documentation](https://docs.arduino.cc/libraries/capacitivesensor/).
91+
For more detailed usage and examples, refer to the [CapacitiveSensor library documentation](https://github.com/arduino-libraries/Arduino_CapacitiveTouch/blob/main/docs/api.md).
9292

9393
## Detecting Touch Example
9494

0 commit comments

Comments
 (0)