From ea7c8ffe1348af08f3e9e3bc662125b14961fbf2 Mon Sep 17 00:00:00 2001 From: mstroh Date: Fri, 28 Feb 2025 18:02:57 +0100 Subject: [PATCH] #324 --- documentation/english/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/english/functions.md b/documentation/english/functions.md index 3c1e1c3..4a6a461 100644 --- a/documentation/english/functions.md +++ b/documentation/english/functions.md @@ -1,7 +1,7 @@ # Documentation WiringPi-library The WiringPi-library enables access to the GPIO pins of the Raspberry Pi. In this documentation you will find information about the available functions and their use. -Since Version 3, extensions to the interface have been made again. In the case of new implementations, you should rely on the current / new functions. +Since Version 3, extensions to the interface have been made again. In the case of new implementations, you should rely on the current / new functions. The old [GPIO Sysfs Interface for Userspace](https://www.kernel.org/doc/Documentation/gpio/sysfs.txt) is no longer supported. **Attention:** This documentation is still in progress and therefore incomplete.