Translations:Работа с GPIO/27/en: различия между версиями

Материал из Wiren Board
(Новая страница: «Interrupts can be caught from userspace using the system call poll () and select () on file value. Example see [https://github.com/contactless/wiegand-linux-sysfs]»)
 
Строка 1: Строка 1:
Interrupts can be caught from userspace using the system call poll () and select () on file value.
Interrupts can be caught from userspace using the system call poll () and select () on file value.
Example see [https://github.com/contactless/wiegand-linux-sysfs]
Example of look here [https://github.com/contactless/wiegand-linux-sysfs]

Версия 13:13, 19 января 2016

Определение сообщения (Работа с GPIO)
Прерывания можно ловить из userspace с помощью системного вызова epoll() и select() на файл value.
Пример работы см. [https://github.com/contactless/wiegand-linux-sysfs]

Interrupts can be caught from userspace using the system call poll () and select () on file value. Example of look here [1]