feat(lab03): words for report
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
#import "/doc/metadata.typ": *
|
#import "/doc/metadata.typ": *
|
||||||
|
|
||||||
= Linux System Programming
|
= Linux System Programming
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
|
||||||
|
This laboratory is focused on the user space. We make an application to change
|
||||||
|
the blinking frequency of a led with button.
|
||||||
|
|
||||||
|
It has some difficulties to locate the button on the GPIOs. Because this is not
|
||||||
|
the same as we have done in the module in the precedent laboratory.
|
||||||
|
-> explain
|
||||||
|
|
||||||
|
Discover the epoll to trigg on file modification
|
||||||
|
|
||||||
|
discover the timer_fd
|
||||||
|
|
||||||
|
all is file
|
||||||
|
|
||||||
|
all can be in the epoll to manage all event from files
|
||||||
|
|||||||
Reference in New Issue
Block a user