# libugpio **Repository Path**: wangyongbilly/libugpio ## Basic Information - **Project Name**: libugpio - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-20 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Overview -------- libugpio is a free software library to ease the use of Linux kernel's sysfs gpio interface from C programs and/or other libraries. The basic function set is derived from the kernel internal gpio api. The license of libugpio is LGPL v2.1 or later and the licence of programs in tests directory is GPL v3.0 or later. The documentation is available under the Creative Commons Attribution-ShareAlike License 3.0 (Unported) (http://creativecommons.org/licenses/by-sa/3.0/). The library is written in C and designed to run on Linux. Installation ------------ The shell commands are ``./autogen.sh; ./configure; make; make install``. Report a Bug ------------ To report a bug, you can: * fill a bug report on the issue tracker http://github.com/mhei/libugpio/issues * or send an email to mhei@heimpold.de