You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the libraries there're two ways of GPIO usage: using sys files (implemented here) and with memory mapping. This issue is regarding the status of /dev/mem / /dev/gpiomem method support.
In the libraries there're two ways of GPIO usage: using sys files (implemented here) and with memory mapping. This issue is regarding the status of
/dev/mem
//dev/gpiomem
method support.Libraries:
/sys
files/dev/mem
/sys
files are used for interrupts only. Needs further research 3GPIOFS
andGPIOMemory
4. By default theGPIOMemory
one is used 5.TODO:
/dev/mem
method/dev/mem
method supportThe text was updated successfully, but these errors were encountered: