BrentSeidel / BBS-BBB-Ada

A collection of Ada sources for working with Linux based embedded computers, such as the BeagleBone Black or Raspberry Pi
GNU General Public License v3.0
7 stars 3 forks source link

Linux Sysfs Interface for GPIO Deprecated #11

Closed BrentSeidel closed 1 month ago

BrentSeidel commented 2 months ago

The sysfs interface to GPIO on Linux has been deprecated. The Linux GPIO packages need to be updated to use the new interface.

BrentSeidel commented 1 month ago

The existing sysfs interface has been renamed to BBS.embed.GPIO.Linux_sysfs. A new BBS.embed.GPIO.Linux package has been created using V2 of the ioctl() base interface.